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

Get greenkeeper-lockfile working for Jenkins pipelines. #73

Conversation

chris-codaio
Copy link
Contributor

Fix for #68.

Copy link
Contributor

@janl janl left a comment

Choose a reason for hiding this comment

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

@chrisleck looks good overall, just two minor comments on the code.

module.exports = {
gitUrl: env.GIT_URL,
branchName: _.drop(_.split(env.GIT_BRANCH, '/')).join('/'),
Copy link
Contributor

Choose a reason for hiding this comment

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

The branchName mangling code seems to not have survived this. Any particular reason?

@@ -3,10 +3,18 @@ const env = process.env
const _ = require('lodash')
Copy link
Contributor

Choose a reason for hiding this comment

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

Leftover lodash require, either remove, or address my other comment for old line 8.

@kaylee42
Copy link
Contributor

I pulled down these changes and addressed code review - put in a new PR at #148 as couldn't push to this branch

@hulkoba
Copy link
Contributor

hulkoba commented Jun 20, 2018

closing because #148 is merged

@hulkoba hulkoba closed this Jun 20, 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