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 4ccaf9976a - Show all commits

2
Jenkinsfile vendored
View File

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