diff --git a/Jenkinsfile b/Jenkinsfile old mode 100644 new mode 100755 index 0468ce235..a421afd45 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,6 @@ #!/usr/bin/env groovy common { slackChannel = '#connect-eng' + upstreamProjects = 'confluentinc/kafka-connect-storage-common' nodeLabel = 'openjdk8-xenial' }