Skip to content

Commit

Permalink
Deploy Device Connection svc to Maven Central, Eclipse and Docker Hub.
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Hudalla <[email protected]>
  • Loading branch information
Kai Hudalla committed Oct 17, 2019
1 parent 4e2e7a4 commit 4962e63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/Hono-Deploy-Eclipse-Pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def buildAndDeploy(def utils) {
jdk: utils.getJDKVersion(),
mavenLocalRepo: '.repository',
options: [jacocoPublisher(disabled: true), artifactsPublisher(disabled: true)]) {
sh "mvn --projects :hono-service-auth,:hono-service-device-registry,:hono-adapter-http-vertx,:hono-adapter-mqtt-vertx,:hono-adapter-kura,:hono-adapter-amqp-vertx,:hono-adapter-lora-vertx,:hono-adapter-sigfox-vertx,:hono-example,:hono-cli -am deploy -DskipTests=true -DcreateJavadoc=true -DenableEclipseJarSigner=true -DskipStaging=true"
sh "mvn --projects :hono-service-auth,:hono-service-device-registry,:hono-service-device-connection,:hono-adapter-http-vertx,:hono-adapter-mqtt-vertx,:hono-adapter-kura,:hono-adapter-amqp-vertx,:hono-adapter-lora-vertx,:hono-adapter-sigfox-vertx,:hono-example,:hono-cli -am deploy -DskipTests=true -DcreateJavadoc=true -DenableEclipseJarSigner=true -DskipStaging=true"
}
}
}
2 changes: 1 addition & 1 deletion jenkins/Hono-Deploy-Maven-Central-Pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def buildAndDeploy(def utils) {
mavenLocalRepo: '.repository',
mavenSettingsFilePath: "${params.MAVEN_SETTINGS_FILE}",
options: [jacocoPublisher(disabled: true), artifactsPublisher(disabled: true)]) {
sh "mvn deploy -X -pl :hono-service-auth,:hono-service-device-registry,:hono-adapter-http-vertx,:hono-adapter-mqtt-vertx,:hono-adapter-kura,:hono-adapter-amqp-vertx,:hono-adapter-lora-vertx,:hono-adapter-sigfox-vertx,:hono-example,:hono-cli -am -DskipTests=true -DcreateGPGSignature=true -DcreateJavadoc=true -DenableEclipseJarSigner=true"
sh "mvn deploy -X -pl :hono-service-auth,:hono-service-device-registry,:hono-service-device-connection,:hono-adapter-http-vertx,:hono-adapter-mqtt-vertx,:hono-adapter-kura,:hono-adapter-amqp-vertx,:hono-adapter-lora-vertx,:hono-adapter-sigfox-vertx,:hono-example,:hono-cli -am -DskipTests=true -DcreateGPGSignature=true -DcreateJavadoc=true -DenableEclipseJarSigner=true"
}
}
}
1 change: 1 addition & 0 deletions push_hono_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ IMAGES="hono-adapter-http-vertx \
hono-adapter-lora-vertx \
hono-adapter-sigfox-vertx \
hono-service-auth \
hono-service-device-connection \
hono-service-device-registry"

if [ -n "$TAG" ]
Expand Down

0 comments on commit 4962e63

Please sign in to comment.