Skip to content

Commit 4962e63

Browse files
author
Kai Hudalla
committed
Deploy Device Connection svc to Maven Central, Eclipse and Docker Hub.
Signed-off-by: Kai Hudalla <[email protected]>
1 parent 4e2e7a4 commit 4962e63

3 files changed

+3
-2
lines changed

jenkins/Hono-Deploy-Eclipse-Pipeline.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def buildAndDeploy(def utils) {
5757
jdk: utils.getJDKVersion(),
5858
mavenLocalRepo: '.repository',
5959
options: [jacocoPublisher(disabled: true), artifactsPublisher(disabled: true)]) {
60-
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"
60+
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"
6161
}
6262
}
6363
}

jenkins/Hono-Deploy-Maven-Central-Pipeline.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def buildAndDeploy(def utils) {
6262
mavenLocalRepo: '.repository',
6363
mavenSettingsFilePath: "${params.MAVEN_SETTINGS_FILE}",
6464
options: [jacocoPublisher(disabled: true), artifactsPublisher(disabled: true)]) {
65-
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"
65+
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"
6666
}
6767
}
6868
}

push_hono_images.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ IMAGES="hono-adapter-http-vertx \
2121
hono-adapter-lora-vertx \
2222
hono-adapter-sigfox-vertx \
2323
hono-service-auth \
24+
hono-service-device-connection \
2425
hono-service-device-registry"
2526

2627
if [ -n "$TAG" ]

0 commit comments

Comments
 (0)