Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-58209

how to use perforce credential in pipeline

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Minor Minor
    • 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,

            p4karl Karl Wirth
            luckyhorang Hokwang Lee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: