Skip to content

Commit

Permalink
Update Jenkinsfile paths
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoAndrade-NOAA authored Sep 1, 2023
1 parent edda240 commit a6234c5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''
}
Expand All @@ -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
'''
}
Expand All @@ -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
'''
}
}
Expand Down

0 comments on commit a6234c5

Please sign in to comment.