-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Critical
-
Component/s: p4-plugin
-
None
Hi,
Â
Is there a p4 way for below ?
Â
Please refer to https://jenkins.io/doc/tutorials/build-a-multibranch-pipeline-project/
There's expression like
stage('a') { Â when { Â Â branch 'dev' Â } Â steps { <snip> } }
Â
How can I use for this in p4?
Â