This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit b9f750787f598e0e6d6b4f8e8af04ba9d6ca5b2a Author: Alex Heneveld <[email protected]> AuthorDate: Wed Sep 15 15:21:10 2021 +0100 comment re jenkins/docker integration --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 223b841..4abda15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ node(label: 'ubuntu') { echo 'Creating maven cache ...' sh 'mkdir -p ${WORKSPACE}/.m2' echo 'Building docker image for test environment ...' - sh 'docker logout' + sh 'docker logout' // needed because sometimes cached credentials break the following step (creds aren't needed) environmentDockerImage = docker.build('brooklyn:${DOCKER_TAG}') }
