Add jenkinsfile for pipeline build and dockerfile for build

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

View File

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