-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Review dependency patterns in Jenkins #18004
Merged
jsoriano
merged 5 commits into
elastic:master
from
jsoriano:jenkins-vendor-patterns-docker
Apr 28, 2020
Merged
Review dependency patterns in Jenkins #18004
jsoriano
merged 5 commits into
elastic:master
from
jsoriano:jenkins-vendor-patterns-docker
Apr 28, 2020
Conversation
This file contains 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
jsoriano
force-pushed
the
jenkins-vendor-patterns-docker
branch
from
April 27, 2020 12:35
0b738e3
to
de5b270
Compare
jsoriano
force-pushed
the
jenkins-vendor-patterns-docker
branch
from
April 27, 2020 16:55
27139af
to
e3b5f91
Compare
jsoriano
added
[zube]: In Review
review
Team:Platforms
Label for the Integrations - Platforms team
labels
Apr 27, 2020
Pinging @elastic/integrations-platforms (Team:Platforms) |
zube
bot
added
[zube]: Build/CI
[zube]: In Review
and removed
[zube]: Build/CI
[zube]: In Review
labels
Apr 27, 2020
jsoriano
added
Team:Integrations
Label for the Integrations team
and removed
Team:Platforms
Label for the Integrations - Platforms team
labels
Apr 27, 2020
kuisathaverat
approved these changes
Apr 28, 2020
jsoriano
added a commit
to jsoriano/beats
that referenced
this pull request
Apr 28, 2020
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.
jsoriano
added a commit
that referenced
this pull request
Apr 28, 2020
Backport some features added to Jenkinsfile to 7.x branch: * Dry run option. * Docker login. * Git config for generator tests. * Filter changes using go list. These are the cherry-picked changes: * fix: login into the docker registry (#17620) * feat: filter changes using go list output (#17397) * fix: disable workaround on macos (#17750) * ci: set git user configuration if it is not set (#17782) * fix: mount Docker credentials (#17798) * Review dependency patterns collection in Jenkins (#18004) Co-authored-by: Ivan Fernandez Calvo <kuisathaverat@users.noreply.github.com> Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com> Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
v1v
added a commit
to v1v/beats
that referenced
this pull request
Apr 28, 2020
…unbld * upstream/master: ci: comment PRs with the build status (elastic#17971) Add domain state metricset to kvm module (elastic#17673) [Agent] Allow CLI paths override (elastic#17781) Fix generated metricbeat so create-metricset works. (elastic#18020) LIBBEAT: Enhancement replace_string processor for replacing strings values of fields. (elastic#17342) Update stale references to _xpack to refer to _license instead (elastic#18030) Review dependency patterns collection in Jenkins (elastic#18004)
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.
What does this PR do?
Make some changes in the obtention of dependency patterns in Jenkins:
Why is it important?
Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksI have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.