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