maybe today
Some checks reported errors
gitea_dndsources/schedulord-frontend/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
gitea_dndsources/schedulord-frontend/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
7e6b165876
commit
bd1c5a8ad4
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -12,20 +12,20 @@ pipeline {
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'ng test --progress=false --watch false'
|
||||
sh 'npm run ng test --progress=false --watch false'
|
||||
junit '**/test-results.xml'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Lint') {
|
||||
steps {
|
||||
sh 'ng lint'
|
||||
sh 'npm run ng lint'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'ng build --prod --aot --sm --progress=false'
|
||||
sh 'npm run ng build --prod --aot --sm --progress=false'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user