Fixed Distrobuilder Jenkinsfile
This commit is contained in:
@@ -14,7 +14,7 @@ pipeline {
|
||||
// Cleanup before starting
|
||||
cleanWs()
|
||||
// Checkout the repository
|
||||
git 'https://github.com/lxc/distrobuilder'
|
||||
git branch: 'main', url: 'https://github.com/lxc/distrobuilder'
|
||||
}
|
||||
}
|
||||
stage('Image Configs'){
|
||||
|
||||
Reference in New Issue
Block a user