From a6234c5e90b45b5b59990a9132b0c0d3ace78510 Mon Sep 17 00:00:00 2001 From: Fernando Andrade - NOAA <121964418+FernandoAndrade-NOAA@users.noreply.github.com> Date: Fri, 1 Sep 2023 09:07:18 -0700 Subject: [PATCH] Update Jenkinsfile paths --- ci/Jenkinsfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 9e91fdac4..1faee8680 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -57,10 +57,11 @@ pipeline { cleanWs() checkout scm sh ''' + cd ${NODE_PATH} echo $(pwd) cd ci/ cp /scratch1/NCEPDEV/nems/Fernando.Andrade-maldonado/scripts/rt.sh . - ./rt.sh -a ${ACCNR} -h ../test_suite -r `pwd`/rundir -t ../ + ./rt.sh -a ${ACCNR} -h /scratch2/NAGAPE/epic/UPP/test_suite/ -r `pwd`/rundir -t `pwd`/../ python ./rt-status.py ''' } @@ -78,10 +79,11 @@ pipeline { cleanWs() checkout scm sh ''' + cd ${NODE_PATH} echo $(pwd) cd ci/ cp /work/noaa/epic-ps/nandoam/scripts/rt.sh . - ./rt.sh -a ${ACCNR} -h ../../ -r `pwd`/rundir -t ../ + ./rt.sh -a ${ACCNR} -h /work/noaa/epic/UPP/ -r `pwd`/rundir -t `pwd`/../ python ./rt-status.py ''' } @@ -99,11 +101,7 @@ pipeline { cleanWs() checkout scm sh ''' - echo $(pwd) - cd ci/ - cp /work/noaa/epic-ps/nandoam/scripts/rt.sh . - ./rt.sh -a ${ACCNR} -h ../../ -r `pwd`/rundir -t ../ - python ./rt-status.py + ''' } }