This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
xiongzhu
/
O2OA
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
modify Jenkinsfile
huqi
hace 6 años
padre
d78c160fa3
commit
b39a24bbe9
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
Jenkinsfile
+ 1
- 0
Jenkinsfile
Ver fichero
@@ -9,6 +9,7 @@ pipeline {
}
stage('build server') {
steps {
+ sh 'id'
sh 'npm run build_server'
}
}