-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set runtime shell requirements within Jenkins Pipeline (#3171)
This PR updates the Jenkins Pipeline script to source `gw_setup.sh` from within the PR itself for when ever a shell command is issued that needs it. Currently the runtime bash shell environment requirements for running the **global-workflow** (set by sourcing `$HOMEgfs/workflow/gw_setup.sh`) is established by the user's shell that makes the connection from the Java remote agent to the Jenkins Controller. This update simply sources `gw_setup.sh` directly during run time when ever needed instead. **NOTE:** This does not apply for **GitHub CLI** and **pyGitHub** since they are not currently supported by **Spack Stack** and therefore not incorporated in to `gw_setup.sh`. These remaining dependances are the responsibility of the _role account_ holders that manage the Jenkins Controller to Node Agent connections. --------- Co-authored-by: Terry McGuinness <[email protected]> Co-authored-by: Rahul Mahajan <[email protected]>
- Loading branch information
1 parent
da9d717
commit e5d857b
Showing
2 changed files
with
44 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters