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

use IP intead of dns record for PKGSERVER #179

Merged
merged 2 commits into from
Apr 22, 2020

Conversation

olblak
Copy link
Member

@olblak olblak commented Apr 22, 2020

We are correctly experimenting Fastly for pkg.jenkins.io so we had to change the dns recored while we can still download from pkg.jenkins.io as we did, we cannot anymore push packages through that domain

env/release.mk Outdated
@@ -6,7 +6,7 @@
export JENKINS_URL=https://cloudbees.ci.cloudbees.com/

# the host to publish bits to
export PKGSERVER=mirrorbrain@pkg.jenkins.io
export PKGSERVER=mirrorbrain@52.202.51.185
Copy link
Member

Choose a reason for hiding this comment

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

why not create an ssh dns record?

Copy link
Member Author

Choose a reason for hiding this comment

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

like pkg.origin.jenkins.io ?

Copy link
Member Author

Choose a reason for hiding this comment

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

This will allow us to request certificate using letsencrypt in the futur

Copy link
Member

Choose a reason for hiding this comment

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

yeah

@olblak olblak merged commit dc41399 into jenkinsci:INFRA-910-core-release-automation Apr 22, 2020
@olblak olblak mentioned this pull request Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants