File tree Expand file tree Collapse file tree 6 files changed +74
-0
lines changed
Expand file tree Collapse file tree 6 files changed +74
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ pipeline {
88 agent none
99 triggers {
1010 parameterizedCron '''
11+ H/10 * * * * %INPUT_MANIFEST=2.0.2/opensearch-dashboards-2.0.2.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
12+ H/10 * * * * %INPUT_MANIFEST=1.3.4/opensearch-dashboards-1.3.4.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
13+ H/10 * * * * %INPUT_MANIFEST=2.2.0/opensearch-2.2.0.yml;TARGET_JOB_NAME=distribution-build-opensearch
14+ H/10 * * * * %INPUT_MANIFEST=2.0.2/opensearch-2.0.2.yml;TARGET_JOB_NAME=distribution-build-opensearch
15+ H/10 * * * * %INPUT_MANIFEST=1.3.4/opensearch-1.3.4.yml;TARGET_JOB_NAME=distribution-build-opensearch
1116 H/10 * * * * %INPUT_MANIFEST=1.3.3/opensearch-dashboards-1.3.3.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
1217 H/10 * * * * %INPUT_MANIFEST=1.3.3/opensearch-1.3.3.yml;TARGET_JOB_NAME=distribution-build-opensearch
1318 H/10 * * * * %INPUT_MANIFEST=2.0.0/opensearch-dashboards-2.0.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
Original file line number Diff line number Diff line change 1+ ---
2+ schema-version : ' 1.0'
3+ build :
4+ name : OpenSearch
5+ version : 1.3.4
6+ ci :
7+ image :
8+ name : opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2
9+ components :
10+ - name : OpenSearch
11+ repository : https://github.com/opensearch-project/OpenSearch.git
12+ ref : ' 1.3'
13+ checks :
14+ - gradle:publish
15+ - gradle:properties:version
Original file line number Diff line number Diff line change 1+ ---
2+ schema-version : ' 1.0'
3+ build :
4+ name : OpenSearch Dashboards
5+ version : 1.3.4
6+ ci :
7+ image :
8+ name : opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2
9+ components :
10+ - name : OpenSearch-Dashboards
11+ repository : https://github.com/opensearch-project/OpenSearch-Dashboards.git
12+ ref : ' 1.3'
Original file line number Diff line number Diff line change 1+ ---
2+ schema-version : ' 1.0'
3+ build :
4+ name : OpenSearch
5+ version : 2.0.2
6+ ci :
7+ image :
8+ name : opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2
9+ components :
10+ - name : OpenSearch
11+ repository : https://github.com/opensearch-project/OpenSearch.git
12+ ref : ' 2.0'
13+ checks :
14+ - gradle:publish
15+ - gradle:properties:version
Original file line number Diff line number Diff line change 1+ ---
2+ schema-version : ' 1.0'
3+ build :
4+ name : OpenSearch Dashboards
5+ version : 2.0.2
6+ ci :
7+ image :
8+ name : opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2
9+ components :
10+ - name : OpenSearch-Dashboards
11+ repository : https://github.com/opensearch-project/OpenSearch-Dashboards.git
12+ ref : ' 2.0'
Original file line number Diff line number Diff line change 1+ ---
2+ schema-version : ' 1.0'
3+ build :
4+ name : OpenSearch
5+ version : 2.2.0
6+ ci :
7+ image :
8+ name : opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2
9+ components :
10+ - name : OpenSearch
11+ repository : https://github.com/opensearch-project/OpenSearch.git
12+ ref : 2.x
13+ checks :
14+ - gradle:publish
15+ - gradle:properties:version
You can’t perform that action at this time.
0 commit comments