diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 77cf37c..7bbc8c4 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -5,7 +5,8 @@ pipeline { stage('Build backend') { steps { sh "whoami" - sh "source /var/lib/jenkins/.cargo/env" + sh "echo $PATH" + sh "which cargo" sh "cd ${env.WORKSPACE}/backend" sh "cargo build --release" }