Skip to content

Commit

Permalink
fixed kafka url, limiting only to minideb build in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Sciabarra committed Oct 16, 2017
1 parent 5dca208 commit 2d904a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'cd plugin ; ../sbt -no-colors publishLocal ; cd ../docker ; ../sbt -Dprofile=localhost -no-colors dockerBuildAndPush'
sh 'cd plugin ; ../sbt -no-colors publishLocal ; cd ../docker ; ../sbt -Dprofile=localhost -no-colors minideb/dockerBuildAndPush'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docker/minideb/minideb.properties
Expand Up @@ -14,5 +14,5 @@ spark.url=http://archive.apache.org/dist/spark/spark-2.2.0/spark-2.2.0-bin-hadoo
spark.slf4j.url=http://central.maven.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
zeppelin.url=http://archive.apache.org/dist/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz
cassandra.url=http://archive.apache.org/dist/cassandra/3.10/apache-cassandra-3.10-bin.tar.gz
kafka.url=http://archive.org/dist/kafka/0.11.0.1/kafka_2.12-0.11.0.1.tgz
kafka.url=http://archive.apache.org/dist/kafka/0.11.0.1/kafka_2.12-0.11.0.1.tgz
zookeeper.url=http://archive.apache.org/dist/zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz

0 comments on commit 2d904a6

Please sign in to comment.