Backport some features in Jenkinsfile to 7.x#18040
Merged
jsoriano merged 6 commits intoelastic:7.xfrom Apr 28, 2020
Merged
Conversation
* fix: login into the docker registry * test: make a pull after login to test * docs: add note to the workaround
* feat: filter changes using go list output * fix: auditbeat trigger
* fix: disable workaround on macos * Update Jenkinsfile Co-Authored-By: Victor Martinez <victormartinezrubio@gmail.com> * Update Jenkinsfile Co-Authored-By: Andrew Kroh <andrew.kroh@elastic.co> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
* ci: set git user configuration if it is not set * Apply suggestions from code review
* fix: mount Docker credentials * Apply suggestions from code review * Apply suggestions from code review
Fix dependency checking for generators, looking now for dependencies of the generators code itself (beatgen) and Metricbeat beater. Stop looking for dependencies of libbeat in all beats, this is redundant as they are already transitive dependencies. Run collection of dependecies in the host instead of using docker, what is slightly faster.
Member
Author
|
After backporting these changes, the only differences between master and 7.x would be the packaging job, and the migration of Metricbeat to mage. The migration of Metricbeat is already being backported by @blakerouse in #17951. @kuisathaverat @mikemadden42 should we also backport the packaging job? For that we should backport these changes: 684106e feat: trigger packaging after a succefull build on master (#17961) For #17563 there is already a backport (#18001), should we include the other related fixes there? |
Contributor
kuisathaverat
approved these changes
Apr 28, 2020
Member
Author
andrewkroh
approved these changes
Apr 28, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport some features added to Jenkinsfile to 7.x branch:
These are the cherry-picked changes:
Co-Authored-By: Ivan Fernandez Calvo kuisathaverat@users.noreply.github.com