updated jenkinsfile
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9da88e1e98
commit
b1c0984d61
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
@ -17,16 +17,22 @@ pipeline {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
|
|
||||||
stage('Lint') {
|
// stage('Lint') {
|
||||||
steps {
|
// steps {
|
||||||
sh 'npm run ng lint'
|
// sh 'npm run ng lint'
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'npm run ng build --prod --aot --sm --progress=false'
|
sh 'npm run ng build --prod --aot --sm --progress=false'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Build Dockerfile') {
|
||||||
|
steps {
|
||||||
|
sh 'docker build . -t schedulord-frontend'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user