Skip to content

Commit e55396b

Browse files
[AUTO] Update input manifests (#4522)
Signed-off-by: opensearch-ci <opensearch-infra@amazon.com>
1 parent a0df4d9 commit e55396b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

jenkins/check-for-build.jenkinsfile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pipeline {
2323
}
2424
triggers {
2525
parameterizedCron '''
26+
H 1 * * * %INPUT_MANIFEST=1.3.16/opensearch-1.3.16.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
2627
H 1 * * * %INPUT_MANIFEST=2.12.1/opensearch-2.12.1.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
2728
H */6 * * * %INPUT_MANIFEST=2.13.0/opensearch-dashboards-2.13.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards;BUILD_PLATFORM=linux windows;BUILD_DISTRIBUTION=tar rpm deb zip
2829
H */6 * * * %INPUT_MANIFEST=2.13.0/opensearch-2.13.0.yml;TARGET_JOB_NAME=distribution-build-opensearch;BUILD_PLATFORM=linux macos windows;BUILD_DISTRIBUTION=tar rpm deb zip
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
schema-version: '1.0'
3+
build:
4+
name: OpenSearch
5+
version: 1.3.16
6+
ci:
7+
image:
8+
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3
9+
args: -e JAVA_HOME=/opt/java/openjdk-11
10+
components:
11+
- name: OpenSearch
12+
repository: https://github.com/opensearch-project/OpenSearch.git
13+
ref: '1.3'
14+
checks:
15+
- gradle:publish
16+
- gradle:properties:version

0 commit comments

Comments
 (0)