Skip to content

Commit a8f4e77

Browse files
committed
Prevent meta job from triggering itself via commits to meta
1 parent fceb68f commit a8f4e77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile.meta

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ node {
3030
),
3131
cleanBeforeCheckout(),
3232
cleanAfterCheckout(),
33+
[$class: 'IgnoreNotifyCommit'], // prevent meta from triggering itself
3334
[$class: 'RelativeTargetDirectory', relativeTargetDir: 'meta'],
3435
],
3536
))

0 commit comments

Comments
 (0)