Skip to content

Commit b22d61e

Browse files
Point Jenkinsfile back to CI/ (#3139)
This reverts a temporary change to the Jenkinsfile so the global workflow CI will run in /scratch1/NCEPDEV/global/CI again.
1 parent 64bc179 commit b22d61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def cases = ''
55
def GH = 'none'
66
// Location of the custom workspaces for each machine in the CI system. They are persitent for each iteration of the PR.
77
def NodeName = [hera: 'Hera-EMC', orion: 'Orion-EMC', hercules: 'Hercules-EMC', gaea: 'Gaea']
8-
def custom_workspace = [hera: '/scratch1/NCEPDEV/global/CI_dh', orion: '/work2/noaa/stmp/CI/ORION', hercules: '/work2/noaa/global/CI/HERCULES', gaea: '/gpfs/f5/epic/proj-shared/global/CI']
8+
def custom_workspace = [hera: '/scratch1/NCEPDEV/global/CI', orion: '/work2/noaa/stmp/CI/ORION', hercules: '/work2/noaa/global/CI/HERCULES', gaea: '/gpfs/f5/epic/proj-shared/global/CI']
99
def repo_url = '[email protected]:NOAA-EMC/global-workflow.git'
1010
def STATUS = 'Passed'
1111

0 commit comments

Comments
 (0)