From 29b292067b2c382db691728db4727ba788d61b21 Mon Sep 17 00:00:00 2001 From: Araozu Date: Wed, 30 Aug 2023 18:42:45 -0500 Subject: [PATCH] Update Jenkinsfile.groovy --- Jenkinsfile.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index f6791f1..77cf37c 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -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"