:/
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') {
|
||||
agent {
|
||||
docker {
|
||||
@ -42,7 +41,6 @@ pipeline {
|
||||
stash includes: 'node_modules/', name: 'node_modules'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user