Selaa lähdekoodia

Added Jenkinsfile

master
devopsde80 4 kuukautta sitten
vanhempi
commit
e5db8d4e2d
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3
    1
      Jenkinsfile

+ 3
- 1
Jenkinsfile Näytä tiedosto

@@ -3,7 +3,9 @@ pipeline {
stages {
stage('Test') {
steps {
echo 'Test message'
sh '''export PATH=$PATH:/var/jenkins_home

terraform init'''
}
}


Loading…
Peruuta
Tallenna