Skip to content

Commit

Permalink
Merge pull request #4566 from ESMCI/jgfouca/fix_jenkins_probe
Browse files Browse the repository at this point in the history
jenkins_generic_job: Should probe branch of main src repo, not cime repo

Test suite: ./scripts_regression_tests.py test_sys_jenkins_generic_job
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes [CIME Github issue #]

User interface changes?:

Update gh-pages html (Y/N)?:
  • Loading branch information
jgfouca authored Jan 18, 2024
2 parents 5abd938 + 8a31c9e commit f34b60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CIME/Tools/jenkins_generic_job
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ OR

CIME.utils.setup_standard_logging_options(parser)

default_baseline = CIME.utils.get_current_branch(repo=CIME.utils.get_cime_root())
default_baseline = CIME.utils.get_current_branch(repo=CIME.utils.get_src_root())
if default_baseline is not None:
default_baseline = default_baseline.replace(".", "_").replace(
"/", "_"
Expand Down

0 comments on commit f34b60e

Please sign in to comment.