Set correct branch name
This commit is contained in:
parent
fa67bdf41b
commit
a61eb8ac47
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue