Selaa lähdekoodia

Added Jenkinsfile

master
devops0776 1 vuosi sitten
vanhempi
commit
8977c3b792
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile Näytä tiedosto

@@ -1,9 +1,10 @@
pipeline {
agent any
stages {
stage('Test') {
stage('Init') {
steps {
echo 'This is a Test step.'
sh '''export PATH=$PATH:/var/jenkins_home
terraform init'''
}
}


Loading…
Peruuta
Tallenna