We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63a246 commit 6e54353Copy full SHA for 6e54353
aws-instance-first-script/Jenkinsfile
@@ -51,7 +51,6 @@ pipeline {
51
def plan = readFile 'terraform/aws-instance-first-script/tfplan.txt'
52
input message: "Do you want to apply the plan?",
53
parameters: [text(name: 'Plan', description: 'Please review the plan', defaultValue: plan)]
54
- sh 'Approval stage'
55
}
56
57
0 commit comments