diff --git a/Jenkinsfile b/Jenkinsfile index dbc22d4..1097af3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -244,7 +244,7 @@ boolean wasSuccess(job_name) { if (job_name.equals(columns[0]) && columns[1].equal('SUCCESS')) { ret = true println "NAME: ${columns[0]} STATUS: ${columns[1]}" - break + return } } ret;