comment in analysis, skip clean
This commit is contained in:
parent
51267903be
commit
9b0c592e1d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -19,14 +19,14 @@ pipeline {
|
|||||||
cleanWs()
|
cleanWs()
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
}
|
}/*
|
||||||
stage('Clean'){
|
stage('Clean'){
|
||||||
steps {
|
steps {
|
||||||
withEnv(["PATH+RUST=$HOME/.cargo/bin"]) { // Cargo needs to be installed for the jenkins user
|
withEnv(["PATH+RUST=$HOME/.cargo/bin"]) { // Cargo needs to be installed for the jenkins user
|
||||||
sh 'cargo clean'
|
sh 'cargo clean'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
stage('Build'){
|
stage('Build'){
|
||||||
steps {
|
steps {
|
||||||
withSonarQubeEnv(installationName: 'SQ Bib Watcher', envOnly: true) {
|
withSonarQubeEnv(installationName: 'SQ Bib Watcher', envOnly: true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user