Seems there is an issue for this
https://issues.jenkins-ci.org/browse/JENKINS-30206

I hope for a fix soon. I am stuck without this.

onsdag 22. juni 2016 13.13.48 UTC+2 skrev Sverre Moe følgende:
>
> Have defined parameter for my pipeline projects in the main pipeline 
> script:
> properties([[$class: 'ParametersDefinitionProperty', parameterDefinitions: 
> [[$class: 'BooleanParameterDefinition', defaultValue: false, description: 
> 'Description', name: 'PROP_VERIFY']]]])
>
> After building the first time with this I get the option "Build with 
> Parameters".
>
> Doesn't matter how I start a new build. Either manually or in the script:
> build job: '../projectA/master', parameters: [[$class: 
> 'BooleanParameterValue', name: 'PROP_VERIFY', value: true]]
> The environment variable env.PROP_VERIFY is not available. It it always 
> null.
>
> After building I am checking the following URL and can se that the 
> parameter is set:
> http://server.company.com:8080/job/projectA/job/master/70/parameters/
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/369cb692-c88f-4bfd-ad3a-0128196e8590%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to