-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build OpenSearch 2.0 daily and OpenSearch Dashboards 1.2.0 half-hourly. #850
Conversation
jenkins/opensearch/Jenkinsfile
Outdated
@@ -3,6 +3,7 @@ pipeline { | |||
triggers { | |||
parameterizedCron ''' | |||
H */2 * * * %INPUT_MANIFEST=1.2.0/opensearch-1.2.0.yml | |||
0 1 * * * %INPUT_MANIFEST=2.0.0/opensearch-2.0.0.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not recommended to run workflows at the exact time in Jenkins.
Suggest H 1 * * * if you want to run the task between 1 and 2 every day for 2.0.0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to run 1:00 to 1:10 use H(0-10) * * * *.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
Signed-off-by: dblock <[email protected]>
bab2293
to
f644faf
Compare
Updated this to also build OpenSearch Dashboards 1.2.0, I don't think we need 1.1.0 anymore, that was just for building the infrastructure, cc: @kavilla. |
Signed-off-by: dblock [email protected]
Description
I'd like to start building OpenSearch 2.0 daily, and hopefully close #74 soon.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.