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

[BUG][Distribution][2.0.0] build distribution pipeline stash not found for msg updating causing failure builds #2125

Closed
peterzhuamazon opened this issue May 16, 2022 · 0 comments · Fixed by #2126
Assignees
Labels
bug Something isn't working cicd jenkins Jenkins related issue release v2.0.0

Comments

@peterzhuamazon
Copy link
Member

hudson.AbortException: No such saved stash ‘messages-build-and-test-arm64-rpm’
	at org.jenkinsci.plugins.workflow.flow.StashManager.unstash(StashManager.java:159)
	at org.jenkinsci.plugins.workflow.support.steps.stash.UnstashStep$Execution.run(UnstashStep.java:76)
	at org.jenkinsci.plugins.workflow.support.steps.stash.UnstashStep$Execution.run(UnstashStep.java:63)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

This is happening to both rpm ones, suspect it is caused by the stash not existing on the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cicd jenkins Jenkins related issue release v2.0.0
Projects
None yet
1 participant