Skip to content

Commit cc4a7c1

Browse files
committed
foo
1 parent 5d45147 commit cc4a7c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
properties([
22
buildDiscarder(logRotator(daysToKeepStr: '14')),
33
disableConcurrentBuilds(),
4+
pipelineTriggers([
5+
githubPush(),
6+
]),
47
])
58

69
node {

0 commit comments

Comments
 (0)