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