Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert env[NAME] to env."NAME" #291

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brianjmurrell
Copy link
Contributor

To avoid having to whitelist org.codehaus.groovy.runtime.DefaultGroovyMethods getAt java.lang.Object java.lang.String

To avoid having to whitelist org.codehaus.groovy.runtime.DefaultGroovyMethods getAt java.lang.Object java.lang.String

Skip-PR-comments: true

Signed-off-by: Brian J. Murrell <[email protected]>
@SoftBob
Copy link

SoftBob commented Mar 4, 2022

def branch = env.GIT_BRANCH.toUpperCase().replaceAll("-", ""))
need modification
def branch = env.GIT_BRANCH.toUpperCase().replaceAll("-", "
")

Signed-off-by: Brian J. Murrell <[email protected]>
@brianjmurrell brianjmurrell self-assigned this Mar 4, 2022
@daosbuild1
Copy link
Collaborator

Test stage provisionNodes with release/0.9 Repo completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/pipeline-lib/job/PR-291/2/display/redirect

@daosbuild1
Copy link
Collaborator

Test stage provisionNodes with slurm EL7 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/pipeline-lib/job/PR-291/2/display/redirect

@daosbuild1
Copy link
Collaborator

Test stage provisionNodes with master Repo completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/pipeline-lib/job/PR-291/2/display/redirect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants