Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[WIP] Update core #5
Conversation
jenkinsadmin
commented
Apr 23, 2018
|
Build failed; the context from the latest run is: Expand to view
|
jenkinsadmin
commented
Apr 23, 2018
|
Build failed; the context from the latest run is: Expand to view
|
jenkinsadmin
commented
Apr 23, 2018
|
Build failed; the context from the latest run is: Expand to view
|
|
@batmat Could you look into this? I expect that jenkinsci/jenkins#2998 broke |
| @@ -18,7 +18,7 @@ node('docker') { | |||
| /* Checkout the latest LTS release so we don't need to build Jenkins to create the site */ | |||
| sh 'git clone https://github.com/jenkinsci/jenkins/ jenkins' | |||
| dir ('jenkins') { | |||
| sh 'git checkout jenkins-2.46' | |||
| sh 'git checkout jenkins-2.78' | |||
This comment has been minimized.
This comment has been minimized.
batmat
Apr 24, 2018
Contributor
I'm discovering this repo TBH. Care to fix/clarify the comment above this? 2.46 was an LTS, 2.78 is not, so merging as-is would make the comment go moot and very misleading to readers.
Reading the commit logs didn't help either. What is the intent here? How does it fail? I think we ought to store more things here about the failure for reference.
|
I think I might understand here what you're doing. Your intent is not to merge this right? Just you manually did some sort of bisect to identify the cause of the failure, and now you'd like me to try and fix it durably? If so, then can you please file a JIRA and assign it to me? Thanks |
|
Note: for whatever reason, I'm unable to successfully run |
|
See https://issues.jenkins-ci.org/browse/JENKINS-50969 for tracking |
|
Fixed in #7 |
daniel-beck commentedApr 23, 2018
No description provided.