From 00dbe01f2e33c02e827a9929db3b90f2700329ad Mon Sep 17 00:00:00 2001 From: "michael.breu" <michael.breu@uibk.ac.at> Date: Fri, 26 Feb 2021 18:04:43 +0100 Subject: [PATCH] Still Fixing --- Jenkinsfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d6b2f81b5..de14d89e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,15 +12,7 @@ pipeline { jdk "java-11" } stages { - stage('Compile') { - steps { - milestone 1 - withSonarQubeEnv('SonarQube Production') { - sh "mvn " - } - } - } - stage('Test') { + stage('Compile and Test') { steps { milestone 1 withSonarQubeEnv('SonarQube Production') { -- GitLab