We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to setup a schedule build using this plugin in pipeline file ?
or with any workaround or with the help of other plugin ?
https://issues.jenkins.io/browse/JENKINS-42643?focusedCommentId=293221#comment-293221
The text was updated successfully, but these errors were encountered:
Hi @wushuzh,
I don't really understand the question. It is possible without this plugin. it is written in the link you posted. https://www.jenkins.io/doc/book/pipeline/syntax/#cron-syntax
pipeline { triggers { cron( env.BRANCH_NAME.equals('master') ? '0 2 * * *' : '') }
if that answers your question. Thank you for closing the ticket
Sorry, something went wrong.
No branches or pull requests
What feature do you want to see added?
Is it possible to setup a schedule build using this plugin in pipeline file ?
or with any workaround or with the help of other plugin ?
Upstream changes
https://issues.jenkins.io/browse/JENKINS-42643?focusedCommentId=293221#comment-293221
The text was updated successfully, but these errors were encountered: