79750456

Date: 2025-08-29 14:59:32
Score: 1
Natty:
Report link
stage("One of the parallel Stage") {
    script {
        if ( condition ) {
            ...
        } else {
            catchError(buildResult: 'SUCCESS', stageResult: 'NOT_BUILT') {
                error("Stage skipped: conditions not met")
            }
        }
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Neguentropy