mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 20:30:52 +01:00
Set support/2.6.x as development and main branch in order to release 2.6.3
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -7,8 +7,8 @@ import com.cloudogu.ces.cesbuildlib.*
|
||||
|
||||
node('docker') {
|
||||
|
||||
developmentBranch = 'develop'
|
||||
mainBranch = 'master'
|
||||
developmentBranch = 'support/2.6.x'
|
||||
mainBranch = 'support/2.6.x'
|
||||
|
||||
properties([
|
||||
// Keep only the last 10 build to preserve space
|
||||
|
||||
Reference in New Issue
Block a user