This commit is contained in:
Gregory Hendrickson
2023-06-09 14:45:01 -07:00
parent 59a784f8eb
commit 97c980143b

4
Jenkinsfile vendored
View File

@@ -26,7 +26,7 @@ pipeline {
stage('Pull and Deploy') {
steps {
node {
node('any') { // Provide a label for the Jenkins agent
script {
sshCommand remote: [
credentialsId: 'SSH_CREDENTIALS',
@@ -49,4 +49,4 @@ pipeline {
sh 'docker logout'
}
}
}
}