Skip to content

Commit c9e32c9

Browse files
committed
Onboarding with for the pint auto merge in jenkins
Currently developers are running pint merge manually for the commits to merge back the commits to the master and then jenkins is verifying if the pint merge is already done or not. Recently dev tools team made a change to run pint merge within Jenkins ci without any effort from developers until there is a conflict. This commit is to onboard this repo with the pint ci auto merge.
1 parent 96fa5ff commit c9e32c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
common {
33
slackChannel = '#connect-warn'
44
upstreamProjects = 'confluentinc/common'
5+
pintMerge = true
56
}

0 commit comments

Comments
 (0)