-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins: 2.263.1
Plugin: 2.5.1
The jenkinsProject and jenkinsBuild properties mentioned in the plugin documentation cannot be accessed from the binding:
return [binding.properties] {class=class groovy.lang.Binding, variables={jenkinsParameter=org.biouno.unochoice.ChoiceParameter@11aeb52a}}
return [binding.jenkinsProject] null
return [binding.jenkinsBuild] null
Ir works with free style projects but no for pipelines
[JENKINS-69940] Binding does not have jenkinsProject and jenkinsBuild properties
Description |
Original:
The jenkinsProject and jenkinsBuild properties mentioned in the plugin documentation cannot be accessed from the binding:
{code:java} return [binding.properties] {class=class groovy.lang.Binding, variables={jenkinsParameter=org.biouno.unochoice.ChoiceParameter@11aeb52a}} {code} {code:java} return [binding.jenkinsProject] null{code} {code:java} return [binding.jenkinsBuild] null {code} |
New:
The jenkinsProject and jenkinsBuild properties mentioned in the plugin documentation cannot be accessed from the binding:
{code:java} return [binding.properties] {class=class groovy.lang.Binding, variables={jenkinsParameter=org.biouno.unochoice.ChoiceParameter@11aeb52a}} {code} {code:java} return [binding.jenkinsProject] null{code} {code:java} return [binding.jenkinsBuild] null {code} |
Description |
Original:
The jenkinsProject and jenkinsBuild properties mentioned in the plugin documentation cannot be accessed from the binding:
{code:java} return [binding.properties] {class=class groovy.lang.Binding, variables={jenkinsParameter=org.biouno.unochoice.ChoiceParameter@11aeb52a}} {code} {code:java} return [binding.jenkinsProject] null{code} {code:java} return [binding.jenkinsBuild] null {code} |
New:
The jenkinsProject and jenkinsBuild properties mentioned in the plugin documentation cannot be accessed from the binding:
{code:java} return [binding.properties] {class=class groovy.lang.Binding, variables={jenkinsParameter=org.biouno.unochoice.ChoiceParameter@11aeb52a}} {code} {code:java} return [binding.jenkinsProject] null{code} {code:java} return [binding.jenkinsBuild] null {code} Ir works with free |
Description |
Original:
The jenkinsProject and jenkinsBuild properties mentioned in the plugin documentation cannot be accessed from the binding:
{code:java} return [binding.properties] {class=class groovy.lang.Binding, variables={jenkinsParameter=org.biouno.unochoice.ChoiceParameter@11aeb52a}} {code} {code:java} return [binding.jenkinsProject] null{code} {code:java} return [binding.jenkinsBuild] null {code} Ir works with free |
New:
The jenkinsProject and jenkinsBuild properties mentioned in the plugin documentation cannot be accessed from the binding:
{code:java} return [binding.properties] {class=class groovy.lang.Binding, variables={jenkinsParameter=org.biouno.unochoice.ChoiceParameter@11aeb52a}} {code} {code:java} return [binding.jenkinsProject] null{code} {code:java} return [binding.jenkinsBuild] null {code} Ir works with free style projects but no for pipelines |