Skip to content

Commit

Permalink
Drop cp-ksql-server from jenkinsfile as well (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
apurvam authored and mohnishbasha committed Jun 2, 2018
1 parent 89bb491 commit 939d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dockerfile {
dockerUpstreamTag = '4.1.x-latest' // Make sure PR builder points at a valid upstream tag.
slackChannel = '#ksql-eng'
upstreamProjects = 'confluentinc/schema-registry'
dockerRepos = ['confluentinc/ksql-examples', 'confluentinc/ksql-cli', 'confluentinc/ksql-clickstream-demo', 'confluentinc/cp-ksql-server']
dockerRepos = ['confluentinc/ksql-examples', 'confluentinc/ksql-cli', 'confluentinc/ksql-clickstream-demo']
extraBuildArgs = '-Ddocker.skip=false'
extraDeployArgs = '-Ddocker.skip=true'
}

0 comments on commit 939d3ed

Please sign in to comment.