Skip to main content
Tooling
2 votes
0 replies
53 views

I am working with a Jenkins pipeline that needs to perform several FTP operations such as: Download files from an FTP server Delete files or folders Move or rename files and directories I found the ...
Yasar Shaikh's user avatar
0 votes
0 answers
51 views

I'm currently building a job to run terraform plan on pull requests and comment the output back into said PR. However I'm having trouble getting the comment curl command to work because the CHANGE_ID ...
Alistair Hardy's user avatar
0 votes
0 answers
40 views

error occuring when building job to push code in github via jenkins daily: error is: Error fetching remote repo 'origin' Finished: FAILURE cd /d "<path>" git config user.email "&...
3241 Hinal's user avatar
1 vote
0 answers
55 views

I am trying to load a class from my git repository (which is not a shared library), but I run into serialization problems. I have a class ProductData in src/com/mycode/ProductData.groovy. The class ...
patrik's user avatar
  • 4,568
1 vote
1 answer
47 views

I want to create a Jenkins job which cleans all images from a list of defined repositories. I tried this: pipeline { agent any environment { AWS_DEFAULT_REGION = 'us-east-1' ...
Peter Penzov's user avatar
  • 1,220
0 votes
1 answer
76 views

I have the following Groovy/pipeline script I use as an "Active Choice Parameter." I run it in a Groovy sandbox or as an approved script. It gets a job's successful builds' display names and ...
Chris F's user avatar
  • 17.3k
Advice
1 vote
1 replies
31 views

Say I have the following classes. @Singleton class EnvMgr { private String environment = "default" String getEnvironment() { return environment } def setEnvironment(...
Chris F's user avatar
  • 17.3k
0 votes
0 answers
82 views

We have the following Jenkins pipeline script. pipeline { agent any stages { stage('Run in Sandbox'){ steps { dir('Pot') { checkout ...
Timothy A Calderwood's user avatar
0 votes
0 answers
41 views

Jenkins runs "branch indexing" jobs to trigger multi-branch pipeline jobs automatically; for instance a webhook connected to source control will cause a branch indexing job to scan for newly ...
Dave's user avatar
  • 1,007
0 votes
0 answers
102 views

Say I have this recursive function in a Jenkins pipeline. It's initially called by another function, but then calls itself recursively. def recursiveFunction(final Integer timeout) { static Integer ...
Chris F's user avatar
  • 17.3k
1 vote
1 answer
77 views

I'm encountering an issue with my pipeline script when running it from SCM. The @Field annotation isn't being recognized, even though I'm using the correct import statement (import groovy.transform....
Sohaib El Mediouni's user avatar
0 votes
0 answers
48 views

Pipeline is not passing down string parameter data to the PowerShell command were trying to create a jenkins page that allows a person to create a cname on a domain. We know creds work if we bypass ...
user31682094's user avatar
1 vote
2 answers
168 views

My setup is both Jenkins master & agent running via "Docker in Docker" scheme onto Docker Desktop for Windows with WSLv2 backend. In my Jenkins Pipelines, I am using docker step from ...
Peter Zaitcev's user avatar
0 votes
0 answers
99 views

I am building a Python 3.11 Flask-SocketIO project into an .exe using PyInstaller on Jenkins (Windows 10). The project works fine when I run it locally with python runapp.py or even inside Jenkins ...
Pegatronics 10's user avatar
-2 votes
1 answer
86 views

I'm hoping to get some advice and validation on a pipeline strategy for a large white-label Flutter project. The Setup One Flutter codebase. 100+ flavors for unique customer apps (Android & iOS) A ...
Devam Udani's user avatar

15 30 50 per page
1
2 3 4 5
878