This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
devopsde80
/
devopsde80-cicd-lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
plan
master
devopsde80
8 months ago
parent
e5db8d4e2d
commit
5944ffee3d
1 changed files
with
8 additions
and
0 deletions
Unified View
Show Diff Stats
8
0
Jenkinsfile
+ 8
- 0
Jenkinsfile
View File
}
}
}
}
stage('Plan') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform plan'''
}
}
}
}
}
}
Write
Preview
Loading…
Cancel
Save