Run Job Against Different Environment On Jenkins Manually
On jenkins I want to run my test suit against different environment manually like (stage ,qa ,prod ) .How to achieve the same? also I Want to map enviormnent with special group of test cases .Like To run regression group when I select qa ,and sanity on prod .
Run Job Against Different Environment On Jenkins Manually
On jenkins I want to run my test suit against different environment manually like (stage ,qa ,prod ) .How to achieve the same? also I Want to map enviormnent with special group of test cases .Like To run regression group when I select qa ,and sanity on prod .
Active Choice Parameter changes to String Parameter when job fails
I created a parameterized Jenkins Job which has two active choiced parameters, the second one is reactive (depends on the first one). Each parameter uses a groovy script to generate their values of choices.
sh commands seem to hang when running in parallel stages
The bounty expires in 6 days. Answers to this question are eligible for a +100 reputation bounty. SimpleNiko wants to draw more attention to this question: Looking for a way to improve performance on sh commands We have a primary build pipeline that uses workflow-cps parallel step to run around ~50 containers at the same […]
How to run scripts in parallel where no nodes remain unused in jenkins pipeline?
Pre-requisite: