-2

We use parameterized build plugin and job config history plugin. After several parameterized executions a build step vanished from the config causing checkout to fail and the job to fail.

Have you seen the parameterized build plugin remove steps when it should not?

Peter Kahn
  • 12,364
  • 20
  • 77
  • 135
  • Have you removed or disabled any plugins? Is the XML for the plugin still in the config XML http://stackoverflow.com/questions/6131114/where-does-jenkins-store-configuration-files-for-the-jobs-it-runs – KeepCalmAndCarryOn Dec 06 '16 at 19:45
  • Nope. We didn't change a think. we use jenkins job builder but there was no publish. It looks like parameterized build plugin rewrites the job config and that sometimes it changes more than expected – Peter Kahn Dec 06 '16 at 20:38
  • The removal was a shell step – Peter Kahn Dec 06 '16 at 20:38
  • It was user error. A user was configuring the job manually and not clicking on Build with params. – Peter Kahn Dec 06 '16 at 21:51

1 Answers1

0

User error. My users were clicking on configure button and not "Build with Params"

Peter Kahn
  • 12,364
  • 20
  • 77
  • 135