-
Bug
-
Resolution: Not A Defect
-
Blocker
-
Jenkins version 2.222.3
Plugins:
Git client plugin 3.2.1
Git plugin 4.2.2
Git server plugin 1.9
Gitlab API plugin 1.0.6
Gitlab Authentication plugin 1.5
Gitlab plugin 1.5.13
IBM z/OS Connector 2.3.2
From Jenkins we are launching a z/OS agent for build. Earlier we were able to do a build with Jenkins v. 2.222.1. Now we are trying to setup a new environment with Jenkins v. 2.222.3, but when we try to do a build, we are unable to clone the repository to Mainframe, and we are continuously getting "Seen 0 remote branches" error
Log is attached.
We have this git-jenkins.sh file in this path: /usr/lpp/IBM/dbb106/bin/git-jenkins.sh
Still we are getting this error in Jenkins log:
/usr/lpp/IBM/dbb106/bin/git-jenkins.sh 29: FSUM7351 not found
The Jenkins agent is correctly trying to call git rev-list and the git rev-list command is returning unexpected results.
The format of that error message looks like git-jenkins.sh might be a shell script that is failing on line 29 when trying to call a program named FSUM7351 that is not in the PATH. Compare the PATH on the working system and the non-working system in case an important element of the PATH is missing.
As far as I can tell, this is most likely an environment error, not a bug with the git plugin.