From 47497d50320c48083b3921f4f975467fe1e1010c Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Wed, 28 Sep 2022 00:26:31 +0000 Subject: [PATCH] Updated manifests. Signed-off-by: opensearch-ci-bot --- .github/workflows/increment-plugin-versions.yml | 1 + jenkins/check-for-build.jenkinsfile | 1 + manifests/1.3.6/opensearch-dashboards-1.3.6.yml | 12 ++++++++++++ 3 files changed, 14 insertions(+) create mode 100644 manifests/1.3.6/opensearch-dashboards-1.3.6.yml diff --git a/.github/workflows/increment-plugin-versions.yml b/.github/workflows/increment-plugin-versions.yml index 8345174bb6..65ac0f28d9 100644 --- a/.github/workflows/increment-plugin-versions.yml +++ b/.github/workflows/increment-plugin-versions.yml @@ -47,6 +47,7 @@ jobs: - 3.x - '3.0' - '2.3' + - 1.x exclude: - {entry: {repo: geospatial}, branch: '1.3'} - {entry: {repo: notifications, path: notifications}, branch: '1.3'} diff --git a/jenkins/check-for-build.jenkinsfile b/jenkins/check-for-build.jenkinsfile index d07d36adc3..b118104fcc 100644 --- a/jenkins/check-for-build.jenkinsfile +++ b/jenkins/check-for-build.jenkinsfile @@ -11,6 +11,7 @@ pipeline { } triggers { parameterizedCron ''' + H 1 * * * %INPUT_MANIFEST=1.3.6/opensearch-dashboards-1.3.6.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards H 1 * * * %INPUT_MANIFEST=2.3.1/opensearch-dashboards-2.3.1.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards H 1 * * * %INPUT_MANIFEST=2.3.1/opensearch-2.3.1.yml;TARGET_JOB_NAME=distribution-build-opensearch H 1 * * * %INPUT_MANIFEST=2.4.0/opensearch-dashboards-2.4.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards diff --git a/manifests/1.3.6/opensearch-dashboards-1.3.6.yml b/manifests/1.3.6/opensearch-dashboards-1.3.6.yml new file mode 100644 index 0000000000..28e1692b23 --- /dev/null +++ b/manifests/1.3.6/opensearch-dashboards-1.3.6.yml @@ -0,0 +1,12 @@ +--- +schema-version: '1.0' +build: + name: OpenSearch Dashboards + version: 1.3.6 +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2 +components: + - name: OpenSearch-Dashboards + repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git + ref: '1.3'