Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Where are you getting the commitid from ??? If it's a hook can you not add the branch name is a parameter ??? Commented Jun 29, 2017 at 19:43
  • the user specifies the commit he want to get built. Something along the lines `parameters { string(defaultValue: 'develop', description:'', name: '123456')}. This checks out the commit 123456 if the parameter is passed to build the pipeline and develop by default. Commented Jun 29, 2017 at 20:16