forked from confluentinc/kafka-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Jenkinsfile
21 lines (20 loc) · 806 Bytes
/
Jenkinsfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env groovy
dockerfile {
dockerPush = true
dockerRepos = ['confluentinc/cp-server-connect', 'confluentinc/cp-server-connect-base',
'confluentinc/cp-kafka-connect', 'confluentinc/cp-kafka-connect-base',
'confluentinc/cp-enterprise-kafka', 'confluentinc/cp-kafka', 'confluentinc/confluent-local',
'confluentinc/cp-server', 'confluentinc/cp-zookeeper']
mvnPhase = 'verify'
mvnSkipDeploy = true
nodeLabel = 'docker-debian-jdk8-compose'
slackChannel = 'kafka-warn'
upstreamProjects = []
dockerPullDeps = ['confluentinc/cp-base-new', 'confluentinc/cp-base-lite']
usePackages = true
cron = '' // Disable the cron because this job requires parameters
cpImages = true
osTypes = ['ubi8']
nanoVersion = true
buildArm = true
}