You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defHOMEgfs="${CUSTOM_WORKSPACE}/${system}"// local HOMEgfs is used to build the system on per system basis under the custome workspace for each buile system
107
+
env.HOME_GFS=HOMEgfs// setting path in HOMEgfs as an environment variable HOME_GFS for some systems that using the path in its .bashrc
107
108
sh(script: "mkdir -p ${HOMEgfs}")
108
109
ws(HOMEgfs) {
109
110
if (fileExists("${HOMEgfs}/sorc/BUILT_semaphor")) { // if the system is already built, skip the build in the case of re-runs
sh(script: """${GH} pr comment ${env.CHANGE_ID} --repo ${repo_url} --body "${Case} **FAILED** to create experment on ${Machine} in BUILD# ${env.BUILD_NUMBER}\n with the error:\n\\`\\`\\`\n${error_output}\\`\\`\\`" """)
206
-
error("Case ${caseName} failed to create experment directory")
sh(script: """${GH} pr comment ${env.CHANGE_ID} --repo ${repo_url} --body "${Case} **FAILED** to create experment on ${Machine} in BUILD# ${env.BUILD_NUMBER}\n with the error:\n\\`\\`\\`\n${error_output}\\`\\`\\`" """)
208
+
error("Case ${caseName} failed to create experment directory")
env.HOME_GFS="${CUSTOM_WORKSPACE}/gfs"// setting path to HOMEgfs as an environment variable HOME_GFS for some systems that using the path in its .bashrc
0 commit comments