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

scripts: fix reading credentials for jenkins #209

Merged
merged 1 commit into from
Jan 15, 2019

Conversation

thefourtheye
Copy link
Contributor

The existing code assumes that the credentials are already in base64,
but they are actually not. The code has to read the credentials in plain
text and base 64 encode them.

Ref: #206 (comment)


@maclover7 @phillipj

The existing code assumes that the credentials are already in base64,
but they are actually not. The code has to read the credentials in plain
text and base 64 encode them.
@maclover7
Copy link
Contributor

#206 (comment) 😬 😬

@phillipj
Copy link
Member

Ohmy, not sure why I didn't see that suggested change while reviewing & landing last week.

Since this was originally suggested by @maclover7 and @thefourtheye opened this PR, I assume agree this should be headed to production :)

@phillipj phillipj merged commit a76688e into nodejs:master Jan 15, 2019
@thefourtheye
Copy link
Contributor Author

@maclover7 Sorry, I couldn't address your comment on time. That is why I had to open a new PR with your suggested changes.

@thefourtheye thefourtheye deleted the fix-jenkins-credentials branch January 16, 2019 04:20
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.

3 participants