Relative Content

Tag Archive for jenkinsjenkins-pluginsjenkins-groovy

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 .

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 […]