79100041

Date: 2024-10-17 22:45:55
Score: 1.5
Natty:
Report link

The lazy way is to only set your parameters in your Jenkinsfile. Do not set in Jenkins web interface. (Something will auto-populate into Jenkins, but ignore this.) When you switch to a new branch with different parameters, run a build just long enough for it to pull from SCM. Then abort the build. Then run again. The second run will have the correct parameters.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: MatCat