Add jenkins build #1

Merged
phlaym merged 11 commits from jenkins into main 2023-11-30 17:33:12 +00:00
Showing only changes of commit 9b0c592e1d - Show all commits

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