This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update the .Jenkinsfile
tags/v0.6.0
willqvq
4 years ago
parent
c707cd4336
commit
850561728b
1 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-3
.Jenkinsfile
+ 6
- 3
.Jenkinsfile
View File
@@ -36,10 +36,13 @@ pipeline {
}
}
post {
always {
sh 'post'
failure {
sh 'post 1'
}
success {
sh 'post 0'
sh 'post github'
}
}
}
Write
Preview
Loading…
Cancel
Save