-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Linux
Plugin Version 1.3.25
I'm not getting a value for ${P4_LABEL} in a shell script. It looks like from the plugin doc version history that it should be set if building from a label (the P4 Label field in the SCM configuration).
I'm trying to run the following command to create a BOM file in a build step:
/usr/local/bin/p4 files //depot/...@${P4_LABEL} > ${WORKSPACE}/p4.bom
Also, could you please add the list of all variables you are setting with this plugin to the documentation? I haven't found a definitive list anywhere.
Thanks.