Uploaded image for project: 'Nuxeo ECM Build/Test Environment'
  1. Nuxeo ECM Build/Test Environment
  2. NXBT-3025

Set up nuxeo connect prod credentials for Jenkins X Platform

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: None
    • Fix Version/s: None
    • Team:
      DevTools

      Description

      We want to setup credentials in Jenkins X Platform cluster in order to upload artefacts to connect prod.

      Here below a suggested kubernetes secret whose name will be connect-prod:

      apiVersion: v1
      data:
        username: ...
        password: ...
      kind: Secret
      ...
      metadata:
        ...
        labels:
          jenkins.io/credentials-type: usernamePassword
        name: connect-prod
        namespace: platform
      ...
      type: Opaque
      

      Retrieved in pipeline with:

      withCredentials([usernameColonPassword(credentialsId: 'connect-prod', variable: 'CONNECT_PASS')]) {
        ...
      }
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: