This commit is contained in:
Gregory Hendrickson
2023-06-09 15:11:23 -07:00
parent 041a78a7d1
commit e571dae870

1
Jenkinsfile vendored
View File

@@ -48,6 +48,7 @@ pipeline {
always { always {
node('any'){ node('any'){
sh 'docker logout' sh 'docker logout'
sh 'echo END'
} }
} }
} }