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 f2c2d2a18b - Show all commits

4
Jenkinsfile vendored
View File

@ -22,10 +22,12 @@ pipeline {
} }
} }
stage('Clean'){ stage('Clean'){
steps{ steps {
withEnv(["PATH+RUST=$HOME/.cargo/bin"]) {
sh 'cargo clean' sh 'cargo clean'
} }
} }
}
stage('Build'){ stage('Build'){
steps { steps {
withSonarQubeEnv(installationName: 'grover.local:9000', envOnly: true) { withSonarQubeEnv(installationName: 'grover.local:9000', envOnly: true) {