Skip to content

Commit f4df134

Browse files
authored
Merge pull request #191 from ChrisPark89/master
Remove new commit checking as it's not working
2 parents e3fc873 + c4352d0 commit f4df134

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)