Add environment for cargo
This commit is contained in:
parent
3b72d5a4d7
commit
f2c2d2a18b
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -22,10 +22,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Clean'){
|
||||
steps{
|
||||
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