Fixed Distrobuilder Jenkinsfile

This commit is contained in:
2023-11-17 22:42:14 +01:00
parent 9d3bfb1e92
commit 7a087693fc

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'){