From 8d0610f44942aca7dd70a333ff6357be6a65a0c8 Mon Sep 17 00:00:00 2001 From: notyourav <65437533+notyourav@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:34:54 -0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 123cd358..c7a3e502 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { echo 'Setting up...' git clone https://github.com/zeldaret/tmc cd ./tmc - sh /var/www/jenkins/agbcc/install.sh . + sh ${env.AGBCC}/install.sh . sh 'cp /usr/local/etc/roms/baserom_tmc.gba baserom.gba' sh 'make -j setup' }