We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fceb68f commit a8f4e77Copy full SHA for a8f4e77
Jenkinsfile.meta
@@ -30,6 +30,7 @@ node {
30
),
31
cleanBeforeCheckout(),
32
cleanAfterCheckout(),
33
+ [$class: 'IgnoreNotifyCommit'], // prevent meta from triggering itself
34
[$class: 'RelativeTargetDirectory', relativeTargetDir: 'meta'],
35
],
36
))
0 commit comments