Browse Source

enable deployment stage

main
william 5 days ago
parent
commit
0c110c1a05
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -18,7 +18,7 @@ pipeline {
} }
} }
stage("Deploy React App") { stage("Deploy React App") {
when { expression { false } }
when { expression { true } }
steps { steps {
withCredentials([sshUserPrivateKey(credentialsId: 'docker-ssh', keyFileVariable: 'SSH_KEY')]) { withCredentials([sshUserPrivateKey(credentialsId: 'docker-ssh', keyFileVariable: 'SSH_KEY')]) {
bat ''' bat '''

Loading…
Cancel
Save