From 970646d5c4907786c3b9c54c68fc695d2a7fe567 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:47:43 -0400 Subject: [PATCH] Updated manifests. (#2668) Signed-off-by: opensearch-ci-bot Signed-off-by: opensearch-ci-bot Co-authored-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 d220dac1bd..45a10180c3 100644 --- a/jenkins/check-for-build.jenkinsfile +++ b/jenkins/check-for-build.jenkinsfile @@ -14,6 +14,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'