I have a build parameter which specifies the Perforce label to sync the build to ($P4_BUILD_LABEL). This parameter is not referenced correctly when setting the post build action 'Create or Update Label in Perforce'. Instead it just makes a label called $P4_BUILD_LABEL.
[JENKINS-15129] Create or Update Label in Perforce doesn't access build parameters.
Assignee | New: Rob Petti [ rpetti ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 145849 ] | New: JNJira + In-Review [ 191656 ] |
Component/s | New: p4-plugin [ 19224 ] | |
Component/s | Original: perforce-plugin [ 15506 ] |
Did you try referencing it using ${PARAMETERNAME}? $PARAMETERNAME isn't the correct format.