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

Deploy www.jenkins.io on Azure #1117

Merged
merged 5 commits into from
Sep 29, 2017
Merged

Deploy www.jenkins.io on Azure #1117

merged 5 commits into from
Sep 29, 2017

Conversation

olblak
Copy link
Member

@olblak olblak commented Sep 2, 2017

Require credential 'BLOBXFER_STORAGEACCOUNTKEY' set to the storage account key of 'prodjenkinsio'

  • Upload www.jenkins.io on azure blob storage
  • Build and deploy a docker image to use in front of this azure blob storage

Require:

@olblak olblak requested a review from rtyler September 2, 2017 16:48
Jenkinsfile Outdated
@@ -74,6 +78,16 @@ try {
'''
}
}
stage('Build Docker Image') {
Copy link
Member

Choose a reason for hiding this comment

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

Is there a way we can avoid re-building the Docker image every single Pipeline run? I'm assuming that this nginx container will change very infrequently, while the jenkins.io content is rebuilt every few minutes

Copy link
Member Author

Choose a reason for hiding this comment

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

No there isn't, either we rebuild this image every pipeline run, either we move this docker image to another Github repository.
As this image is not specific to www.jenkins.io, we may consider to move it into another project.

Copy link
Member

Choose a reason for hiding this comment

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

Fair enough, let's move it into another repository then

@olblak olblak changed the title [WIP] Deploy www.jenkins.io on Azure Deploy www.jenkins.io on Azure Sep 25, 2017
Copy link
Member

@rtyler rtyler left a comment

Choose a reason for hiding this comment

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

This looks good to me, @olblak feel free to merge once the credential is added to trusted.ci

@olblak olblak merged commit eec3f63 into jenkins-infra:master Sep 29, 2017
@olblak olblak deleted the docker branch September 29, 2017 08:07
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