Skip to content

Commit 95cd0bf

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aws-instance-first-script/Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
pipeline {
2+
parameters {
3+
string(defaultValue: 'vijaysnode', description: 'select node', name: 'node')
4+
}
5+
26
agent {
37
node {
48
label params.node

0 commit comments

Comments
 (0)