Skip to content

Commit 6280862

Browse files
ci: Update Jenkinsfile (#1837)
Signed-off-by: 梦里不知身是客 <liang.tang.cx@gmail.com>
1 parent 16589f1 commit 6280862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pipeline {
2121
for(action in actions) {
2222
if(action.getRemoteUrls().toString().contains(env.GIT_URL)) {
2323
prevCommitId = action.getLastBuiltRevision().getSha1String()
24-
return
24+
break
2525
}
2626
}
2727
catchError(buildResult: 'SUCCESS', stageResult: 'ABORTED'){

0 commit comments

Comments
 (0)