Test publshing script
Change-Id: If4c4c7b9c1e1b034176b83a44118db4aebfdf23e
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 ff4930f..e0d54c6 100644
--- a/ci-dockerfiles-deployment/container-build.jpl
+++ b/ci-dockerfiles-deployment/container-build.jpl
@@ -23,7 +23,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"
+ }
}
}
}