Skip to content
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

Ignore IOException from writeLogTo #2503

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Ignore IOException from writeLogTo #2503

merged 2 commits into from
Sep 21, 2023

Conversation

jglick
Copy link
Member

@jglick jglick commented Sep 20, 2023

Saw an apparent flake in PCT introduced by diagnostic code in #2468

java.io.FileNotFoundException: …/blueocean-github-pipeline/target/tmp/j h7435154302361148419/jobs/p/computation/computation.log (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:345)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:214)
	at org.kohsuke.stapler.framework.io.LargeText$FileSession.<init>(LargeText.java:411)
	at org.kohsuke.stapler.framework.io.LargeText$2.open(LargeText.java:126)
	at org.kohsuke.stapler.framework.io.LargeText.writeLogTo(LargeText.java:225)
	at hudson.console.AnnotatedLargeText.writeLogTo(AnnotatedLargeText.java:164)
	at io.jenkins.blueocean.blueocean_github_pipeline.GithubPipelineCreateRequestTest.testOrgFolderIndexing(GithubPipelineCreateRequestTest.java:391)

@jglick jglick requested a review from a team as a code owner September 20, 2023 16:44
@olamy olamy merged commit b137722 into jenkinsci:master Sep 21, 2023
13 checks passed
@jglick jglick deleted the patch-1 branch September 21, 2023 11:07
@jglick
Copy link
Member Author

jglick commented Sep 27, 2023

@olamy this needs a release please.

@olamy
Copy link
Member

olamy commented Sep 28, 2023

1.27.8 done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants