-
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
Convert freestyle gradle check to Jenkinsfile and migrate to public jenkins #851
Comments
Seems like builder does not support pipeline syntax as of yet. |
I labeled this 1.3.0 because OpenSearch |
@peterzhuamazon I think it is possible to use Jenkinsfile with Github Pull Request builder [1]. At least, when pipeline is created, there is an option to configure Github Pull Request builder and Jenkins file from SCM (I believe it could be set to the base branch like 1.x / main or use the pull request one, have to double check that). Have you tried to configure pipeline with Github Pull Request builder already? If not, I could give you a hand here. |
Thanks @reta I will take a look at this. Thanks. |
Although ghprb plugin is usable in pipeline workflow, it cannot be saved in the Jenkinsfile itself for backup. However, since it is very easy to setup, this can be a way for later. |
That is correct, thank you for update. |
@peterzhuamazon @gaiksaya Is this issue still valid? |
We can wait until the public jenkins is live as ghprb settings would be different to use push instead of pull mode. |
Some explanations to the questions I get:
|
@reta Please be aware Gradle Check now does not need Thanks. |
New Bug per @mch2 as we still need jdk14 for gradle check.
|
Andrew Improvement: |
Reta add JDK19: |
Is your feature request related to a problem? Please describe
Convert freestyle gradle check to Jenkinsfile.
Describe the solution you'd like
#74 (comment)
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: