We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861b9ba commit 7ead037Copy full SHA for 7ead037
Jenkinsfile_epics_dir
@@ -19,6 +19,7 @@ pipeline {
19
DEBUG_MODE = "${DEBUG_MODE}"
20
REPO_DIR = "C:\\Instrument\\Apps\\EPICS\\"
21
UPSTREAM_BRANCH_CONFIG = "epics"
22
+ WORKSPACE = "${WORKSPACE}\\epics_job\\"
23
}
24
25
stages {
@@ -46,7 +47,7 @@ pipeline {
46
47
48
post {
49
always {
- archiveArtifacts artifacts: '*git_status/*.txt', caseSensitive: false
50
+ archiveArtifacts artifacts: "epics_job/git_status/*.txt", caseSensitive: false
51
logParser([
52
projectRulePath: 'parse_rules',
53
parsingRulesPath: '',
0 commit comments