From 02dbee085fca911893fc4c348394c73b652ee52d Mon Sep 17 00:00:00 2001 From: Jesse James Isler Date: Thu, 9 Jun 2022 11:14:21 +0200 Subject: [PATCH] :/ --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) 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 {