Skip to content

Commit 7ead037

Browse files
author
Isaac Hill
committed
adjust epics job too
1 parent 861b9ba commit 7ead037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile_epics_dir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pipeline {
1919
DEBUG_MODE = "${DEBUG_MODE}"
2020
REPO_DIR = "C:\\Instrument\\Apps\\EPICS\\"
2121
UPSTREAM_BRANCH_CONFIG = "epics"
22+
WORKSPACE = "${WORKSPACE}\\epics_job\\"
2223
}
2324

2425
stages {
@@ -46,7 +47,7 @@ pipeline {
4647

4748
post {
4849
always {
49-
archiveArtifacts artifacts: '*git_status/*.txt', caseSensitive: false
50+
archiveArtifacts artifacts: "epics_job/git_status/*.txt", caseSensitive: false
5051
logParser([
5152
projectRulePath: 'parse_rules',
5253
parsingRulesPath: '',

0 commit comments

Comments
 (0)