Fixed typo's in Readme and updated alpine jenkinsfile

This commit is contained in:
2021-10-27 22:44:30 +00:00
parent c18fbc1dbd
commit 6aa3cd1943
5 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
String[] ImgVariantList = ['minimal', 'default' , 'gitea' , 'nginx' , 'ddns' , 'transfersh' , 'iscsi' , 'z2mqtt' , 'nodered' , 'nodejs' , 'mqtt' ]
String[] ImgVariantList = ['minimal', 'default' , 'gitea' , 'nginx' , 'ddns' , 'transfersh' , 'iscsi' , 'z2mqtt' , 'nodered' , 'nodejs' , 'mqtt' , 'mailbackup' ]
pipeline {
agent { label 'LXCBuilder' }