Update Jenkinsfile.groovy
This commit is contained in:
parent
1693df0195
commit
3e579db963
@ -4,6 +4,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build backend') {
|
||||
steps {
|
||||
sh "source /var/lib/jenkins/.cargo/env"
|
||||
sh "cd ${env.WORKSPACE}/backend"
|
||||
sh "cargo build --release"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user