I have: booleanParam(name: 'force_build', value: force_build.toBoolean())
This works Pipeline with parameter (force_build=True) -> freestsyle job with parameter (force_build=False) The value of force_build in the freestyle job is now True This does not work. Pipeline job with a parameter (force_build=True) -> Pipeline with parameter (force_build=False) -> freestsyle job with parameter (force_build=False) The value of force_build in second Pipeline is still False The value of force_build in the freestyle job is still False My expectation is that 1st pipeline force_build=True will override the other parameters down the call stack. Is this not supported? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d76ff653-1ee0-4ae2-953c-5d6bbb0dde75%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.