python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
jenkins SCM checkout poll issue with multiple repo
I have a Jenkins job where I'm checking out 2 repos,
The first repo "dev" contains src code and the Jenkinsfile and this repo is configured in Jenkins UI along with PollScm enabled. The seco...
Kalim
Votes: 0
Answers: 2
Regex - get list comma separated allow spaces before / after the comma
I try to extract an images array/list from a commit message:
String commitMsg = "#build #images = image-a, image-b,image_c, imaged , image-e #setup=my-setup fixing issue with px"
I want to ...
Barel Elbaz
Votes: 0
Answers: 1
Jenkins set value for environment variable from one stage to be used in another
I have an environment var with default value
RUN_TESTS= true
My Jenkins job contains two stages, build and test stage.
The test stage modified to run 2 kind of tests sets depended on RUN_TESTS value....
Ziv M
Votes: 0
Answers: 2
Jenkins Declarative or scripted pipeline
Before we write our jenkinsfile for ci/cd pipeline, should I start with a declarative pipeline or scripted pipeline? are there limitations to declarative pipeline which could prove to be a blocker la...
user2636464
Votes: 0
Answers: 0