From 995aab765dfe4a39ef12b40e134220f064aab973 Mon Sep 17 00:00:00 2001 From: opensearch-ci <83309141+opensearch-ci-bot@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:35:33 -0800 Subject: [PATCH] [AUTO] Update input manifests (#4284) Signed-off-by: opensearch-ci Signed-off-by: Sayali Gaikawad Co-authored-by: Sayali Gaikawad --- jenkins/check-for-build.jenkinsfile | 2 ++ manifests/1.3.15/opensearch-1.3.15.yml | 16 ++++++++++++++++ .../1.3.15/opensearch-dashboards-1.3.15.yml | 12 ++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 manifests/1.3.15/opensearch-1.3.15.yml create mode 100644 manifests/1.3.15/opensearch-dashboards-1.3.15.yml diff --git a/jenkins/check-for-build.jenkinsfile b/jenkins/check-for-build.jenkinsfile index f8aea047cf..e11a48b3ad 100644 --- a/jenkins/check-for-build.jenkinsfile +++ b/jenkins/check-for-build.jenkinsfile @@ -23,6 +23,8 @@ pipeline { } triggers { parameterizedCron ''' + H 1 * * * %INPUT_MANIFEST=1.3.15/opensearch-dashboards-1.3.15.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip + H 1 * * * %INPUT_MANIFEST=1.3.15/opensearch-1.3.15.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip H 1 * * * %INPUT_MANIFEST=2.11.2/opensearch-2.11.2.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip H 1 * * * %INPUT_MANIFEST=2.12.0/opensearch-dashboards-2.12.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip H 1 * * * %INPUT_MANIFEST=2.12.0/opensearch-2.12.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip diff --git a/manifests/1.3.15/opensearch-1.3.15.yml b/manifests/1.3.15/opensearch-1.3.15.yml new file mode 100644 index 0000000000..2a308a9c0e --- /dev/null +++ b/manifests/1.3.15/opensearch-1.3.15.yml @@ -0,0 +1,16 @@ +--- +schema-version: '1.0' +build: + name: OpenSearch + version: 1.3.15 +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3 + args: -e JAVA_HOME=/opt/java/openjdk-11 +components: + - name: OpenSearch + repository: https://github.com/opensearch-project/OpenSearch.git + ref: '1.3' + checks: + - gradle:publish + - gradle:properties:version diff --git a/manifests/1.3.15/opensearch-dashboards-1.3.15.yml b/manifests/1.3.15/opensearch-dashboards-1.3.15.yml new file mode 100644 index 0000000000..79824ed5a2 --- /dev/null +++ b/manifests/1.3.15/opensearch-dashboards-1.3.15.yml @@ -0,0 +1,12 @@ +--- +schema-version: '1.0' +build: + name: OpenSearch Dashboards + version: 1.3.15 +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v4 +components: + - name: OpenSearch-Dashboards + repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git + ref: '1.3'