Skip to content

Commit 77b08f0

Browse files
authored
Update Jenkinsfile
1 parent b33f908 commit 77b08f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ pipeline
3131
}
3232
}
3333
stage ('take approval')
34-
{ input please approve deployment}
34+
{
35+
steps
36+
{
37+
input please approve deployment
38+
}
39+
}
3540
stage('packaging the code')
3641
{
3742
steps

0 commit comments

Comments
 (0)