There was an error while loading. Please reload this page.
1 parent ef9ef5d commit 6598a2bCopy full SHA for 6598a2b
aws-instance-first-script/Jenkinsfile
@@ -7,6 +7,8 @@
7
script {
8
dir("ta-setup")
9
{
10
+ git branch: 'tf-jenkins', url: 'https://github.com/easyawslearn/Terraform-Tutorial.git'
11
+ sh 'cd EC2withJenkins '
12
sh './terraform init -upgrade=true -get=true -input=false -force-copy'
13
sh './terraform workspace new "terraform-demo"'
14
sh 'echo "INFO: New terraform-demo workspace added."'
0 commit comments