This website works better with JavaScript
Home
Explore
Help
Sign In
xiongzhu
/
O2OA
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
modify Jenkinsfile
huqi
6 years ago
parent
d78c160fa3
commit
b39a24bbe9
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
Jenkinsfile
+ 1
- 0
Jenkinsfile
View File
@@ -9,6 +9,7 @@ pipeline {
}
stage('build server') {
steps {
+ sh 'id'
sh 'npm run build_server'
}
}