Craig Moore
Craig Moore
I also have this problem right now. I want to use this plugin, but when Jenkins checks out the source code it uses a "detached HEAD" instead of the release...
> I added additional stage named checkout and switched to specific branch(git checkout $GIT_BRANCH). How were you able to pass the git credentials for checkout?
@Bragrel Hm.... that seems to have gotten past the 'HEAD detached at a11...', but now its asking for credentials again: ``` [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] {...
Ah, I suppose I should use an ssh (rather than http) git url for it and use the keys so it doesn't prompt me for silly passwords. Thanks!
Awsome, I got it to work. Thanks for your help Bragrel. For others, I followed this blog to generate the ssh keys, and add them to my gitrepo and to...
Yeah we can configure the format somehow. I'll try to work it out. The git was working for my on my end, but maybe I have some outstanding commits on...
This is what I see on my end. The first folder is my svn repo for my scripts. And the second is the directory where I have the gitprompt code...
Out of curiosity, how did you try out my changes did you merge them into your branch locally or did you switch to my branch?