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
Merge branch 'dev' of gitee.com:fastnlp/fastNLP into dev
tags/v1.0.0alpha
yh_cc
4 years ago
parent
9c4f802b6b
850561728b
commit
60423c2d0d
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