Add jenkins build #1
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