// TODO: Once JENKINS-43995 lands, update this to set the step status instead of the entire build.
// context.setResult(Result.UNSTABLE);
run.setResult(Result.UNSTABLE);
Now with JENKINS-43995 done, this should be implemented via
// TODO: Once JENKINS-43995 lands, update this to set the step status instead of the entire build. // context.setResult(Result.UNSTABLE); run.setResult(Result.UNSTABLE);
{code}
Now with JENKINS-43995 done, this should be implemented via