Add jenkins build #1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,9 +23,11 @@ pipeline {
|
||||
}
|
||||
stage('Clean'){
|
||||
steps {
|
||||
withEnv(["PATH+RUST=$HOME/.cargo/bin"]) {
|
||||
sh 'cargo clean'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Build'){
|
||||
steps {
|
||||
withSonarQubeEnv(installationName: 'grover.local:9000', envOnly: true) {
|
||||
|
Loading…
Reference in New Issue
Block a user