Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-26 10:20:53 +02:00
parent 6abe96a1da
commit 6107c7efef
1 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ pipeline {
agent none
stages {
stage {
parallel {
agent {
dockerfile {
@ -60,6 +59,5 @@ pipeline {
}
}
}
}
}
}