Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-25 13:38:48 +02:00
parent 6f8c14c0a3
commit 41fd85aa67
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ javadoc {
}
chipList.each { thisChip ->
artifacts {
artifact tasks.getByName("${thisChip}SupportJar")
archive tasks.getByName("${thisChip}SupportJar")
}
}