Re: Pipeline jobs for PRs failing due to Jenkins NOT using configured account.

2018-09-28 Thread Manny DaSilva
I'm having a similar issue. The multi-branch pipeline uses agent label 'docker' and we only have one build agent with that label. Most builds are running correctly on the agent node labeled 'docker' BUT some of the PR builds are running directly on the master node which does NOT have 'docker'

Pipeline jobs for PRs failing due to Jenkins NOT using configured account.

2018-04-11 Thread Chris Funderburg
Multi branch pipeline jobs are failing on Pull Request branches only. Console output shows Jenkins doing "using GIT_ASKPASS to set credentials ***" (*** = configured user name). Using folder level credentials. Other branch jobs run fine. PRs fail on the master when trying to git pull the