| Code changed in jenkins User: Andrew Bayer Path: pipeline-model-definition/pom.xml pipeline-model-definition/src/test/java/org/jenkinsci/plugins/pipeline/modeldefinition/BasicModelDefTest.java pipeline-model-definition/src/test/resources/booleanParamBuildStep.groovy http://jenkins-ci.org/commit/pipeline-model-definition-plugin/1db58160e0fdb41a14cb73523a1297070072ef0f Log: JENKINS-40188 Test to verify that boolean params can be passed on. Can't actually reproduce the issue with 'env.PARAM' or 'params.PARAM', but can with '"$ {env.PARAM} "'. If there's a deeper problem here, it's that we're not actually validating the parameters to the parameters of steps themselves, but that's a different matter. |