Add jenkins build #1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user