Update 'DebIMG.jenkinsfile'

This commit is contained in:
2021-09-09 21:50:45 +00:00
parent 584e1e7aac
commit 6e021eb925

View File

@@ -1,4 +1,4 @@
String[] ImgVariantList = ['minmal', 'default', 'jenkinsbuilder' 'imgbuilder', 'jenkins' ]
String[] ImgVariantList = ['minmal', 'default', 'jenkinsbuilder', 'imgbuilder', 'jenkins' ]
pipeline {
agent { label 'LXCBuilder' }
@@ -48,3 +48,4 @@ pipeline {
}
}
}
}