diff --git a/Jenkinsfile b/Jenkinsfile index 08ef6d2..75dcf6e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { stage('Checkout') { steps { checkout scmGit( - branches: [[name: '*/master']], + branches: [[name: '*/main']], userRemoteConfigs: [[ credentialsId: 'forgejo-user-accesstoken', url : 'https://vcs.zoom.nu/zoom/endgen.git'