File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ pipeline {
19
19
DEBUG_MODE = " ${ DEBUG_MODE} "
20
20
REPO_DIR = " C:\\ Instrument\\ Settings\\ config\\ common"
21
21
UPSTREAM_BRANCH_CONFIG = " master"
22
- WORKSPACE = " ${ WORKSPACE} \\ config_job\\ "
23
22
}
24
23
25
24
stages {
@@ -47,7 +46,7 @@ pipeline {
47
46
48
47
post {
49
48
always {
50
- archiveArtifacts artifacts : " config_job/ git_status/*.txt" , caseSensitive : false
49
+ archiveArtifacts artifacts : " git_status/*.txt" , caseSensitive : false
51
50
logParser([
52
51
projectRulePath : ' parse_rules' ,
53
52
parsingRulesPath : ' ' ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ pipeline {
19
19
DEBUG_MODE = " ${ DEBUG_MODE} "
20
20
REPO_DIR = " C:\\ Instrument\\ Apps\\ EPICS\\ "
21
21
UPSTREAM_BRANCH_CONFIG = " epics"
22
- WORKSPACE = " ${ WORKSPACE} \\ epics_job\\ "
23
22
}
24
23
25
24
stages {
@@ -47,7 +46,7 @@ pipeline {
47
46
48
47
post {
49
48
always {
50
- archiveArtifacts artifacts : " epics_job /git_status/*.txt" , caseSensitive : false
49
+ archiveArtifacts artifacts : " /git_status/*.txt" , caseSensitive : false
51
50
logParser([
52
51
projectRulePath : ' parse_rules' ,
53
52
parsingRulesPath : ' ' ,
You can’t perform that action at this time.
0 commit comments