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

fix: disable workaround on macos #17750

Merged
merged 3 commits into from
Apr 17, 2020

Conversation

kuisathaverat
Copy link
Contributor

What does this PR do?

It disables docker login and a workaround to pull a Docker image on Mac OS.

Why is it important?

Mac OS workers do not have Docker installed so the commands fail, breaking the build.

dockerLogin(secret: "${DOCKERELASTIC_SECRET}", registry: "${DOCKER_REGISTRY}")
// FIXME workaround untill we fix the packer cache
sh 'docker pull docker.elastic.co/observability-ci/database-enterprise:12.2.0.1'
if(os == 'linux'){
Copy link
Member

Choose a reason for hiding this comment

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

I didn't now os was a filter, neat!

Copy link
Contributor Author

@kuisathaverat kuisathaverat Apr 16, 2020

Choose a reason for hiding this comment

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

well, it is a tricky function we have in the pipeline of beats, probably we can move it to the library.

Jenkinsfile Outdated Show resolved Hide resolved
Co-Authored-By: Victor Martinez <victormartinezrubio@gmail.com>
Jenkinsfile Outdated Show resolved Hide resolved
Co-Authored-By: Andrew Kroh <andrew.kroh@elastic.co>
@kuisathaverat kuisathaverat merged commit 332b850 into elastic:master Apr 17, 2020
@kuisathaverat kuisathaverat deleted the disable-on-mac branch April 17, 2020 07:31
jsoriano pushed a commit to jsoriano/beats that referenced this pull request Apr 28, 2020
* 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>
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>
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.

6 participants