adoptium / jenkins-helper

Jenkins Node helper API and helper jobs
Apache License 2.0
8 stars 26 forks source link

[AIX, jdk11u] Build fails with: Attempting to resolve null as a branch #45

Closed backwaterred closed 1 year ago

backwaterred commented 1 year ago

I noticed the build of jdk11u-dev failing with the following message:

Loading library openjdk-jenkins-helper@null
Examining [adoptium/jenkins-helper](https://github.com/adoptium/jenkins-helper)
Attempting to resolve null as a branch
Attempting to resolve null as a tag
ERROR: Could not resolve null

The first build in this failure was 219. The build immediately before give the following expected output:

Loading library openjdk-jenkins-helper@master
Examining [adoptium/jenkins-helper](https://github.com/adoptium/jenkins-helper)
Attempting to resolve master as a branch
Resolved master as branch master at revision 9fd063790c64a7cf2f9ee38c4bf4655f430d8be6

I am posting this here because it's the repo mentioned by the failing text, but I haven't had much time to spend on diagnosing the root cause. Please let me know if there is a different repo which is better and I can open an issue there instead.

backwaterred commented 1 year ago

This issue has been resolved :-)