Added Mysql CT

This commit is contained in:
2021-09-18 00:10:15 +00:00
parent 23ff5d6408
commit 5bab220db2
22 changed files with 692 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
String[] ImgVariantList = ['minimal', 'default', 'jenkinsbuilder', 'imgbuilder', 'jenkins' ]
String[] ImgVariantList = ['minimal', 'default', 'jenkinsbuilder', 'imgbuilder', 'jenkins', 'mysql' ]
pipeline {
agent { label 'LXCBuilder' }
@@ -24,6 +24,7 @@ pipeline {
// Setup Env
sh '''mkdir $WORKSPACE/REL
mv distrobuilder-* distrobuilder
bash Scripts/GetExternalResources.sh
'''
}
}