This commit is contained in:
Gregory Hendrickson
2023-06-09 15:10:13 -07:00
parent 1f11977dcb
commit 041a78a7d1

2
Jenkinsfile vendored
View File

@@ -46,7 +46,7 @@ pipeline {
post { post {
always { always {
node('none'){ node('any'){
sh 'docker logout' sh 'docker logout'
} }
} }