devopscd7c пре 1 година
родитељ
комит
eefd8e4a82
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7
    0
      Jenkinsfile

+ 7
- 0
Jenkinsfile Прегледај датотеку

@@ -23,5 +23,12 @@ terraform apply -auto-approve'''
}
}

stage('Destroy') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform destroy -auto-approve'''
}
}

}
}

Loading…
Откажи
Сачувај