From 9b0c592e1d8496cc2309d9932489c94468609d8d Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Fri, 10 Nov 2023 19:11:06 +0100 Subject: [PATCH] comment in analysis, skip clean --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2a2987c..0da2395 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,14 +19,14 @@ pipeline { cleanWs() checkout scm } - } + }/* stage('Clean'){ steps { withEnv(["PATH+RUST=$HOME/.cargo/bin"]) { // Cargo needs to be installed for the jenkins user sh 'cargo clean' } } - } + }*/ stage('Build'){ steps { withSonarQubeEnv(installationName: 'SQ Bib Watcher', envOnly: true) {