File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,15 @@ pipeline {
6
6
7
7
environment {
8
8
// Get the indicator name.
9
- INDICATOR = env. BRANCH_NAME . replaceAll(" deploy-" , " " )
9
+ // INDICATOR = env.BRANCH_NAME.replaceAll("deploy-", "")
10
+ INDICATOR = env. CHANGE_TARGET . replaceAll(" deploy-" , " " )
10
11
}
11
12
12
13
stages {
13
14
stage(' Build' ) {
14
15
when {
15
16
// branch "deploy-*"
16
- changeRequest branch : " deploy-* "
17
+ changeRequest target : " deploy-jhu "
17
18
}
18
19
steps {
19
20
sh " jenkins/${ env.INDICATOR} -jenkins-build.sh"
@@ -23,7 +24,7 @@ pipeline {
23
24
stage(' Test' ) {
24
25
when {
25
26
// branch "deploy-*"
26
- changeRequest branch : " deploy-* "
27
+ changeRequest target : " deploy-jhu "
27
28
}
28
29
steps {
29
30
sh " jenkins/${ env.INDICATOR} -jenkins-test.sh"
@@ -33,7 +34,7 @@ pipeline {
33
34
stage(' Package' ) {
34
35
when {
35
36
// branch "deploy-*"
36
- changeRequest branch : " deploy-* "
37
+ changeRequest target : " deploy-jhu "
37
38
}
38
39
steps {
39
40
sh " jenkins/jenkins-package.sh"
Original file line number Diff line number Diff line change 1
1
{
2
2
"export_start_date" : " 2020-02-20" ,
3
3
"static_file_dir" : " ./static" ,
4
- "export_dir" : " ./receiving " ,
4
+ "export_dir" : " ./receivingggg " ,
5
5
"cache_dir" : " ./cache" ,
6
6
"base_url" : " https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_{metric}_US.csv"
7
7
}
You can’t perform that action at this time.
0 commit comments