I configurated my job with update jenkinsFile via pipeline script from scm. All work fine, but when im adding new button in jenkinsFile i need run fake build and after im see changes on UI. Do you know how avoid this ? Its really annoying make a lot fake runs for see changes
you can’t avoid this if you purely manage the parameters of the job via the Jenkinsfile. Only when the Jenkinsfile is executed it will update the kobs parameters, so you need the run.
Alternative is to manually change the job configuration.