Skip to content

Commit c5945ca

Browse files
committed
added jenkins inegration with terraform
1 parent 6ab5cd8 commit c5945ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aws-instance-first-script/Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
pipeline {
2-
agent any
2+
agent node {
3+
label params.node
4+
}
35
stages{
46
stage('terraform-Demo') {
57
steps {

0 commit comments

Comments
 (0)