Merge Dev to Main (Alpine 1.18 and Debian 12(Bookworm) update) #2

Merged
brammp merged 17 commits from dev into main 2023-11-18 16:20:35 +01:00
Showing only changes of commit 7a087693fc - Show all commits

View File

@@ -14,7 +14,7 @@ pipeline {
// Cleanup before starting // Cleanup before starting
cleanWs() cleanWs()
// Checkout the repository // Checkout the repository
git 'https://github.com/lxc/distrobuilder' git branch: 'main', url: 'https://github.com/lxc/distrobuilder'
} }
} }
stage('Image Configs'){ stage('Image Configs'){