Skip to content

Commit 2590e79

Browse files
author
Ludovic Richoux
committed
update(config) adding 'Github Pending' stage
1 parent 35c5706 commit 2590e79

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ pipeline {
1212
}
1313

1414
stages {
15+
16+
stage('Github Pending') {
17+
steps{
18+
script{
19+
githubStatusCheck("PENDING", "Currently building the project");
20+
}
21+
}
22+
}
23+
1524
stage ('Tools Info') {
1625
steps {
1726
sh '''

0 commit comments

Comments
 (0)