Test publshing script
Change-Id: If6cf5126b5bdc4cd1f4edc7a199eae1937cf94d8
Signed-off-by: Saheer Babu <saheer.babu@arm.com>
diff --git a/ci-dockerfiles-deployment/container-build.jpl b/ci-dockerfiles-deployment/container-build.jpl
index e0d54c6..315123f 100644
--- a/ci-dockerfiles-deployment/container-build.jpl
+++ b/ci-dockerfiles-deployment/container-build.jpl
@@ -51,7 +51,9 @@
sh "ci-dockerfiles-deployment/build-version.sh"
sh "ci-dockerfiles-deployment/builders.sh"
//sh "ci-dockerfiles-deployment/report.sh"
- sh "ci-dockerfiles-deployment/publish.sh"
+ withCredentials([string(credentialsId: 'DOCKER_AUTH', variable: 'DOCKER_AUTH')]) {
+ sh "ci-dockerfiles-deployment/publish.sh"
+ }
}
}
}