This commit is contained in:
Gregory Hendrickson
2023-06-09 14:28:14 -07:00
parent 22b2ee3644
commit 5e1cbe566a

7
Jenkinsfile vendored
View File

@@ -53,10 +53,9 @@ pipeline{
docker run -d --name docker-test-image aisthanestha/docker-test-image:latest docker run -d --name docker-test-image aisthanestha/docker-test-image:latest
''' '''
} }
}
}
}
post { post {
always { always {
sh 'docker logout' sh 'docker logout'