Skip to content

Commit

Permalink
Update Jenkins_Declarative
Browse files Browse the repository at this point in the history
  • Loading branch information
terence-octo authored Dec 17, 2021
1 parent 6d7e2b8 commit 0cc7803
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Jenkins_Declarative
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
node {
pipeline {
agent any
options {
skipStagesAfterUnstable()
}
stages {
stage('Clone repository') {
steps {
Expand Down Expand Up @@ -26,4 +30,4 @@ node {
}
}
}
}
}

0 comments on commit 0cc7803

Please sign in to comment.