Skip to content

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

New issue

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

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

Already on GitHub? # to your account

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 <brian.murrell@intel.com>
@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 <brian.murrell@intel.com>
@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

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

Successfully merging this pull request may close these issues.

3 participants