Sfoglia il codice sorgente

apply stage

master
devopsde80 8 mesi fa
parent
commit
9fe4f62213
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8
    0
      Jenkinsfile

+ 8
- 0
Jenkinsfile Vedi File

@@ -17,5 +17,13 @@ terraform plan'''
}
}

stage('Apply') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home

terraform apply -auto-approve'''
}
}

}
}

Loading…
Annulla
Salva