:/
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
52d08e5326
commit
02dbee085f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -15,7 +15,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Test') {
|
|
||||||
stage('Static code analysis') {
|
stage('Static code analysis') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
@ -42,7 +41,6 @@ pipeline {
|
|||||||
stash includes: 'node_modules/', name: 'node_modules'
|
stash includes: 'node_modules/', name: 'node_modules'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user