This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
devops
/
jenkinsfiles
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
add pc-client Jenkinsfile
zhoucg
hace 2 años
padre
f523ed3d3e
commit
62ca3916cd
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
pc-client/Jenkinsfile
+ 1
- 1
pc-client/Jenkinsfile
Ver fichero
@@ -23,7 +23,7 @@ pipeline {
stage('构建代码') {
steps {
- sh 'n
ode -v
'
+ sh 'n
pm run build
'
}
}