From 72bb3605166c775290254a566446c4c3d2192ba9 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 11 Jun 2020 17:24:40 +0200 Subject: Fix Clamp merge job Add the missing npmrc file injection so that the clamp merge job is able to upload the Npm package on nexus3 Issue-ID: CLAMP-865 Signed-off-by: sebdet Change-Id: Ib85c8e7926529cbadedad002be41db9e78088a1c --- jjb/global-templates-java.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'jjb') diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml index 7224b759e..60f1ad6f5 100644 --- a/jjb/global-templates-java.yaml +++ b/jjb/global-templates-java.yaml @@ -451,6 +451,11 @@ <<: *merge_java_defaults name: '{project-name}-{stream}-merge-properties-java' + wrappers: + - lf-infra-wrappers: + build-timeout: '{build-timeout}' + jenkins-ssh-credential: '{jenkins-ssh-credential}' + - job-template: # Job template for Java merge jobs that takes a maven template # -- cgit 1.2.3-korg