Hi,
I am using Jenkins pipeline script with reviewbot plugin.

My pipeline job is parameterized with 'Reviewboard url'. when i access this 
in the pipeline script, it is NULL always. how do i get the updated value.

properties([
    parameters([
        [
            $class: 'ReviewboardParameterDefinition'
        ]
    ])
])
node('cloud') {
     stage ('Build'){
        echo "${params.review.url}"
    }

}

Any help is really appreciated. 
Thanks,

-- 
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/4c0d04bf-7207-4703-a710-feded90c179a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to