comment in analysis, skip clean

This commit is contained in:
Max Nuding 2023-11-10 19:11:06 +01:00
parent 51267903be
commit 9b0c592e1d
No known key found for this signature in database

4
Jenkinsfile vendored
View File

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