This commit is contained in:
Gregory Hendrickson
2023-06-09 14:42:00 -07:00
parent 383df90238
commit 4200333aff

1
Jenkinsfile vendored
View File

@@ -26,6 +26,7 @@ pipeline {
stage('Pull and Deploy') { stage('Pull and Deploy') {
steps { steps {
node {
script { script {
sshCommand remote: [ sshCommand remote: [
credentialsId: 'SSH_CREDENTIALS', credentialsId: 'SSH_CREDENTIALS',