Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-12 19:45:41 +02:00
parent e3d64a1cac
commit 1ee6b7a231
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ if(! osdetector.os.startsWith("windows")) {
publishing { publishing {
publications { publications {
mavenJava(MavenPublication) { mavenJava(MavenPublication) {
log.quiet("Adding artifacts from task {} to the publication.", "${thisChip}SupportJar" ) logger.quiet("Adding artifacts from task {} to the publication.", "${thisChip}SupportJar" )
artifact tasks.getByName("${thisChip}SupportJar") artifact tasks.getByName("${thisChip}SupportJar")
} }
} }