Update Jenkinsfile.groovy

This commit is contained in:
Araozu 2023-08-30 18:42:03 -05:00
parent 3e579db963
commit e6a1728618

View File

@ -4,6 +4,7 @@ pipeline {
stages { stages {
stage('Build backend') { stage('Build backend') {
steps { steps {
sh "echo whoami"
sh "source /var/lib/jenkins/.cargo/env" sh "source /var/lib/jenkins/.cargo/env"
sh "cd ${env.WORKSPACE}/backend" sh "cd ${env.WORKSPACE}/backend"
sh "cargo build --release" sh "cargo build --release"