-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: p4-plugin
Hi,
Â
Is it possible to use perforce password credential in pipeline?
Â
like,
withCredentials([ usernamePassword( credentialsId: 'perforce', usernameVariable: 'P4_USER', passwordVariable: 'P4_PASSWORD') ]) { ... }
If not provided, please add this feature.
Â
Thanks,