Skip to content

Commit c4352d0

Browse files
committed
Remove new commit checking as it's not working
Signed-off-by: Jeonghyuk Park <[email protected]>
1 parent e3fc873 commit c4352d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Jenkinsfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,6 @@ pipeline {
542542
expression {
543543
return BRANCH_NAME == MASTER_BRANCH
544544
}
545-
expression {
546-
return GIT_COMMIT =! GIT_PREVIOUS_SUCCESSFUL_COMMIT
547-
}
548545
}
549546
}
550547
steps {
@@ -596,9 +593,6 @@ pipeline {
596593
expression {
597594
return BRANCH_NAME == MASTER_BRANCH
598595
}
599-
expression {
600-
return GIT_COMMIT =! GIT_PREVIOUS_SUCCESSFUL_COMMIT
601-
}
602596
}
603597
}
604598
steps {

0 commit comments

Comments
 (0)