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
Jenkins Mask Password exposes the secret text when call from return keyword
I used jenkins Mask Password to mask the secret text and works good. BUT when trying to call this secret text from seperate method using return then it exposes the text.
properties([
paramet...
Rama
Votes: 0
Answers: 1
How do I add a timeout to dynamic stages?
We have a fairly sizeable Jenkins pipeline that we are trying to par down using dynamic stages. Unfortunately the stages we're replacing use the options {} construct for the stage which doesn't appear...
risingfish
Votes: 0
Answers: 1
jenkins pipeline parallel post task to clear up docker containers
If I'm running parallel tasks across multiple agents, instead of having a post action on each job, how can I have it on the parallel stage itself? The issue with having them all on each stage is that ...
Alistair Hardy
Votes: 0
Answers: 1