Skip to content
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

feat: packaging pipeline #17563

Merged
merged 2 commits into from
Apr 13, 2020
Merged

feat: packaging pipeline #17563

merged 2 commits into from
Apr 13, 2020

Conversation

kuisathaverat
Copy link
Contributor

@kuisathaverat kuisathaverat commented Apr 7, 2020

What does this PR do?

It adds a new pipeline to make the packaging

Why is it important?

It replaces the multi-job we use for each branch and pull request, so everything will be in a single job, and the job logic in a Jenkinsfile.

closes #16603

@urso
Copy link

urso commented Apr 7, 2020

Will the pipeline also be executed for PRs?

@kuisathaverat
Copy link
Contributor Author

@urso the current configuration will only run when you put a comment in GitHub like /packaging or run it manually from Jenkins. When we verified that it works as expected, we will remove the master, 7.x, and 7.7 old jobs and we will enable it on branch merges (or whatever we want)

Copy link
Member

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] add a packaging stage to the pipeline
6 participants