Skip to content

Commit 4c8b148

Browse files
abhinavGupta16peterzhuamazon
authored andcommitted
remove 1.2.4 from autobuild (opensearch-project#1596)
Signed-off-by: Abhinav Gupta <[email protected]>
1 parent e910bf5 commit 4c8b148

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jenkins/check-for-build.jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pipeline {
88
triggers {
99
parameterizedCron '''
1010
H/10 * * * * %INPUT_MANIFEST=1.3.0/opensearch-dashboards-1.3.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
11-
H/10 * * * * %INPUT_MANIFEST=1.2.4/opensearch-1.2.4.yml;TEST_MANIFEST=1.2.4/opensearch-1.2.4-test.yml;TARGET_JOB_NAME=distribution-build-opensearch
1211
H/10 * * * * %INPUT_MANIFEST=1.3.0/opensearch-1.3.0.yml;TEST_MANIFEST=1.3.0/opensearch-1.3.0-test.yml;TARGET_JOB_NAME=distribution-build-opensearch
1312
H 1 * * * %INPUT_MANIFEST=1.1.1/opensearch-1.1.1.yml;TEST_MANIFEST=1.1.1/opensearch-1.1.1-test.yml;TARGET_JOB_NAME=distribution-build-opensearch
1413
H 1 * * * %INPUT_MANIFEST=1.1.1/opensearch-dashboards-1.1.1.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
@@ -46,7 +45,7 @@ pipeline {
4645
}
4746
}
4847
steps {
49-
script {
48+
script {
5049
dockerAgent = detectDockerAgent()
5150
}
5251
}

0 commit comments

Comments
 (0)