Skip to content

Commit fcfdb3e

Browse files
committed
limit regression test result search to jwst files
1 parent 59c853c commit fcfdb3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JenkinsfileRT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pytest_basetemp = "test_outputs"
6161
// Configure artifactory ingest
6262
data_config = new DataConfig()
6363
data_config.server_id = 'bytesalad'
64-
data_config.root = '${PYTEST_BASETEMP}'
64+
data_config.root = 'clone/${pytest_basetemp}'
6565
data_config.match_prefix = '(.*)_result' // .json is appended automatically
6666

6767

JenkinsfileRT_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pytest_basetemp = "test_outputs"
6161
// Configure artifactory ingest
6262
data_config = new DataConfig()
6363
data_config.server_id = 'bytesalad'
64-
data_config.root = '${PYTEST_BASETEMP}'
64+
data_config.root = 'clone/${pytest_basetemp}'
6565
data_config.match_prefix = '(.*)_result' // .json is appended automatically
6666

6767

0 commit comments

Comments
 (0)