Set correct branch name

This commit is contained in:
Johan Maasing 2025-04-13 15:55:38 +02:00
parent fa67bdf41b
commit a61eb8ac47

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
stage('Checkout') { stage('Checkout') {
steps { steps {
checkout scmGit( checkout scmGit(
branches: [[name: '*/master']], branches: [[name: '*/main']],
userRemoteConfigs: [[ userRemoteConfigs: [[
credentialsId: 'forgejo-user-accesstoken', credentialsId: 'forgejo-user-accesstoken',
url : 'https://vcs.zoom.nu/zoom/endgen.git' url : 'https://vcs.zoom.nu/zoom/endgen.git'