:/
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit Details

This commit is contained in:
Jesse James Isler 2022-06-09 11:14:21 +02:00
parent 52d08e5326
commit 02dbee085f
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -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 {