You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jenkins k8s plugin implementation works in a way that after job is finished pod is deleted. this is a usual process for plugin.
however, when job is submitted to armada and underlaying pod deleted, its result is Failed with message Pod was unexpectedly deleted. this looks like something that needs to be addressed.
there are two options
sync armada job result with jenkins job result
do nothing - it is okay for armada job to display failed even though jenkins job succeeded
The text was updated successfully, but these errors were encountered:
jenkins k8s plugin implementation works in a way that after job is finished pod is deleted. this is a usual process for plugin.
however, when job is submitted to armada and underlaying pod deleted, its result is
Failed
with messagePod was unexpectedly deleted
. this looks like something that needs to be addressed.there are two options
The text was updated successfully, but these errors were encountered: