Browse Source

Added Jenkinsfile

master
devops8f4d 8 months ago
parent
commit
0ba4efc53f
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      Jenkinsfile

+ 5
- 2
Jenkinsfile View File

@@ -1,9 +1,12 @@
pipeline {
agent any
stages {
stage('Test') {
stage('Init') {
steps {
echo 'Hi'
sh '''export PATH=$PATH:/var/jenkins_home


terraform init'''
}
}


Loading…
Cancel
Save