Browse Source

apply stage

master
devopsde80 4 months ago
parent
commit
9fe4f62213
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      Jenkinsfile

+ 8
- 0
Jenkinsfile View File

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

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

terraform apply -auto-approve'''
}
}

}
}

Loading…
Cancel
Save