diff --git a/Jenkinsfile b/Jenkinsfile index 6041a01..9a68181 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {