Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
e3d64a1cac
commit
1ee6b7a231
|
@ -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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue