This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J_Hayward
/
devops4fb7-cicd-lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added Jenkinsfile
master
J_Hayward
4 months ago
parent
b51a2c6cfb
commit
d4edbf110f
1 changed files
with
9 additions
and
0 deletions
Split View
Show Diff Stats
9
0
Jenkinsfile
+ 9
- 0
Jenkinsfile
View File
@@ -25,5 +25,14 @@ terraform apply -auto-approve'''
}
}
stage('Destroy') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home
terraform destroy -auto-approve
'''
}
}
}
}
Write
Preview
Loading…
Cancel
Save