Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
This commit is contained in:
Brian Rosenberger 2022-10-26 10:20:53 +02:00
parent 6abe96a1da
commit 6107c7efef

View File

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