X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fglobal%2Fjjb-macros.yaml;h=115056865ec5606c14efbaf5ef7d5e6bb7e52516;hb=refs%2Fchanges%2F13%2F12913%2F1;hp=8d6428ed01b56e34149cefdc3855df52e60f2eae;hpb=1712f71ce03020239ceebc69f18308e6db32368f;p=infra%2Fcicd.git diff --git a/jjb/global/jjb-macros.yaml b/jjb/global/jjb-macros.yaml index 8d6428ed..11505686 100644 --- a/jjb/global/jjb-macros.yaml +++ b/jjb/global/jjb-macros.yaml @@ -1,21 +1,4 @@ --- -# these parameters are used for infra related variables -- parameter: - name: infra-parameters - parameters: - - string: - name: JJB_GIT_REPO - default: https://opendev.org/jjb/jenkins-job-builder.git - description: OpenDev JJB repo - - string: - name: JJB_VERSION - default: 2.9.1 - description: OpenDev JJB version to install - matches to LFN JJB version - - string: - name: NORDIX_REGISTRY - default: registry.nordix.org - description: Nordix Container Image Registry - # these parameters are used for setting the Gerrit Project on Nordix - parameter: name: project-parameters @@ -472,10 +455,20 @@ wrappers: - credentials-binding: - username-password-separated: - credential-id: nordix-eiffel-github-token + credential-id: nordixinfra-eiffel-username-personal-access-token username: NORDIXINFRA_GITHUB_USERNAME password: NORDIXINFRA_GITHUB_TOKEN +# wrappers to use for jobs +- wrapper: + name: nordix-gerrit-http-api-token + wrappers: + - credentials-binding: + - username-password-separated: + credential-id: nordixinfra-nordix-gerrit-http-api-token + username: GERRIT_USER + password: GERRIT_API_KEY + # timeout wrapper to use for jobs - wrapper: name: build-timeout @@ -501,6 +494,8 @@ publishers: - slack: room: '{slack-channel}' + team-domain: 'estech-group' + auth-token-id: '80b240ad-8921-4633-9130-41b4efb19b00' notify-start: '{notify-start}' notify-success: '{notify-success}' notify-failure: '{notify-failure}'