X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jjb%2Flf-macros.yaml;fp=jjb%2Flf-macros.yaml;h=ac577c8c9f6c497ad85d88e6df8b3fb2aa60c37a;hb=fb4690af739f87ee5619b5fd41a6f6a96cc594c5;hp=d59a96449bfd972cb3fa1825c18e059f74b335fb;hpb=603bc6bed1996d666f34ec88b06d9c3dfc69d090;p=releng%2Fglobal-jjb.git diff --git a/jjb/lf-macros.yaml b/jjb/lf-macros.yaml index d59a9644..ac577c8c 100644 --- a/jjb/lf-macros.yaml +++ b/jjb/lf-macros.yaml @@ -554,7 +554,7 @@ ############ - wrapper: - name: lf-infra-wrappers + name: lf-infra-wrappers-common wrappers: - mask-passwords - timeout: @@ -563,14 +563,26 @@ timeout-var: 'BUILD_TIMEOUT' fail: true - timestamps - - ssh-agent-credentials: - users: - - '{jenkins-ssh-credential}' - openstack: single-use: true + +- wrapper: + name: lf-infra-wrappers + wrappers: + - lf-infra-wrappers-common: + build-timeout: '{build-timeout}' - config-file-provider: files: - file-id: npmrc target: '$HOME/.npmrc' - file-id: pipconf target: '$HOME/.config/pip/pip.conf' + - ssh-agent-credentials: + users: + - '{jenkins-ssh-credential}' + +- wrapper: + name: lf-infra-wrappers-windows + wrappers: + - lf-infra-wrappers-common: + build-timeout: '{build-timeout}'