This website works better with JavaScript
Home
Explore
Help
Sign In
devops
/
jenkinsfiles
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add pc-client Jenkinsfile
zhoucg
2 years ago
parent
f523ed3d3e
commit
62ca3916cd
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
pc-client/Jenkinsfile
+ 1
- 1
pc-client/Jenkinsfile
View File
@@ -23,7 +23,7 @@ pipeline {
stage('构建代码') {
steps {
- sh 'n
ode -v
'
+ sh 'n
pm run build
'
}
}