Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
6abe96a1da
commit
6107c7efef
|
@ -23,7 +23,6 @@ pipeline {
|
|||
agent none
|
||||
|
||||
stages {
|
||||
stage {
|
||||
parallel {
|
||||
agent {
|
||||
dockerfile {
|
||||
|
@ -62,4 +61,3 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue