Skip to content

Commit 60423c2

Browse files
committed
Merge branch 'dev' of gitee.com:fastnlp/fastNLP into dev
2 parents 9c4f802 + 8505617 commit 60423c2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.Jenkinsfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,13 @@ pipeline {
3636
}
3737
}
3838
post {
39-
always {
40-
sh 'post'
39+
failure {
40+
sh 'post 1'
41+
}
42+
success {
43+
sh 'post 0'
44+
sh 'post github'
4145
}
42-
4346
}
4447

4548
}

0 commit comments

Comments
 (0)