| I can not agree with resolution "Resolved" because it is "not a defect". If a build is not SUCCESSFUL, there is a need to have it results like a link to BUILD_URL. Consider the following use case: Run Tests as Jenkins jobs called from pipeline Provide links to jobs that failed The suggested solution is to set propagate to false that results in displaying all builds/tests as SUCCESSFUL - it's not acceptable. IMO, whether or not to return results of execution should depend on wait parameter. If wait is true, results should be available and should be returned. If wait is false - build is only launched without waiting to its completion - then result is not available. That should not be related to 'propagate' |