Skip to content

Commit 84009f3

Browse files
committed
added jenkins inegration with terraform
1 parent c5945ca commit 84009f3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

aws-instance-first-script/Jenkinsfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
pipeline {
2-
agent node {
3-
label params.node
2+
agent {
3+
node {
4+
label params.node
5+
}
46
}
5-
stages{
7+
stages{
68
stage('terraform-Demo') {
79
steps {
810
script {

0 commit comments

Comments
 (0)