-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to run launchable record build
with Jenkins GitHub Branch Source build on Launchable CLI 1.66.1
#581
Comments
#570 appears to be the cause of the issue. This PR assumes that the
|
Rolled back in jenkins-infra/packer-images#745. |
launchable record build
with Jenkins GitHub Branch Source build on Launchable CLI 1.66.1
I just tested locally on my development Jenkins controller and found that these environment variables are set only when cloning a repository with the Git plugin directly:
Most Jenkins users whose code is on GItHub, including our production use case on ci.jenkins.io, are instead using the Pipeline: Multibranch and GitHub Branch Source plugins rather than the Git plugin. In this style of usage, the environment variables are different (as documented in https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/resources/jenkins/branch/BranchNameContributor/buildEnv.properties). So I would recommend checking environment variables in the following order:
|
My apologies for this mishap. We released v1.67.3 to roll back the problematic change. |
Thank you for the quick response! |
Still broken as of 1.75.0: jenkins-infra/helpdesk#3756 |
Reverted to 1.66.0 (for the second time). Can this ticket be reopened? |
After upgrading the Launchable CLI all of our PR builds started failing like this:
Last working version was 1.66.0.
The text was updated successfully, but these errors were encountered: