added osgi-app plugin

This commit is contained in:
2021-10-30 19:29:37 +02:00
parent a39f2c21fb
commit 64ca4940c6
42 changed files with 1498 additions and 1138 deletions

3
Jenkinsfile vendored
View File

@@ -7,7 +7,7 @@ pipeline {
stage("Build") {
steps {
sh "./gradlew clean build"
archiveArtifacts artifacts: '*/build/libs/*.jar',
archiveArtifacts artifacts: '*/build/libs/*.jar,osgi-app/*/build/libs/*.jar',
allowEmptyArchive: true,
fingerprint: true,
onlyIfSuccessful: true
@@ -20,4 +20,3 @@ pipeline {
}
}
}