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(Jenkinsfile): cleanup the old github credential from Jenkinsfile #2523

Merged
merged 11 commits into from
Dec 17, 2018

Conversation

ccojocar
Copy link
Contributor

Submitter checklist

  • Change is code complete and matches issue description.
  • Change is covered by existing or new tests.

Description

Special notes for the reviewer(s)

Which issue this PR fixes

fixes #

@ccojocar ccojocar requested review from jstrachan and rawlingsj and removed request for amuniz and wbrefvem December 17, 2018 09:05
@garethjevans
Copy link
Member

/test bdd

@@ -30,12 +30,14 @@ pipeline {
steps {
dir ('/home/jenkins/go/src/github.com/jenkins-x/jx') {
checkout scm
sh "git config --global credential.helper store"
sh "jx step git credentials"
Copy link
Member

Choose a reason for hiding this comment

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

I think we can remove these now that we use knative build creds init container. Credentials get automatically mounted now so I would have thought we could remove all

sh "git config --global credential.helper store"
sh "jx step git credentials"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

alright

@ccojocar
Copy link
Contributor Author

/test bdd

@ccojocar
Copy link
Contributor Author

/test bdd

@rawlingsj
Copy link
Member

/lgtm

@jenkins-x-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rawlingsj

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jenkins-x-bot jenkins-x-bot merged commit c01a726 into jenkins-x:master Dec 17, 2018
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.

4 participants