diff options
author | cbdev <cb@cbcdn.com> | 2021-09-23 23:11:34 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2021-09-23 23:11:34 +0200 |
commit | 2e7cd460753814964148ff78be76583d844365ca (patch) | |
tree | 531ab51f9b44666f6f224b99596062107215093a /assets | |
parent | 74c1dd3b84ba9b700b60e5df99d8be265c776946 (diff) | |
parent | 8a67d5dfcbff5cad28bdb86c5c8a1cc85ebdc288 (diff) | |
download | midimonster-2e7cd460753814964148ff78be76583d844365ca.tar.gz midimonster-2e7cd460753814964148ff78be76583d844365ca.tar.bz2 midimonster-2e7cd460753814964148ff78be76583d844365ca.zip |
Merge branch 'master' of ssh://github.com/cbdevnet/midimonster
Diffstat (limited to 'assets')
-rw-r--r-- | assets/ci-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/ci-config b/assets/ci-config index 6e94df6..a649657 100644 --- a/assets/ci-config +++ b/assets/ci-config @@ -17,7 +17,7 @@ buildTypes.each{ node() { skipDefaultCheckout() stage('Checkout') { - checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [[$class: 'CloneOption', noTags: false, reference: '', shallow: false], [$class: 'CleanBeforeCheckout', deleteUntrackedNestedRepositories: true]], userRemoteConfigs: [[credentialsId: 'github_mm_key', url: 'https://github.com/cbdevnet/midimonster.git']]]) + checkout([$class: 'GitSCM', branches: [[name: '**']], extensions: [[$class: 'CloneOption', noTags: false, reference: '', shallow: false], [$class: 'CleanBeforeCheckout', deleteUntrackedNestedRepositories: true]], userRemoteConfigs: [[credentialsId: 'github_mm_key', url: 'https://github.com/cbdevnet/midimonster.git']]]) } stage("$it Build"){ @@ -47,7 +47,7 @@ builds.Test = { node() { skipDefaultCheckout() stage('Checkout') { - checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [[$class: 'CloneOption', noTags: false, reference: '', shallow: false], [$class: 'CleanBeforeCheckout', deleteUntrackedNestedRepositories: true]], userRemoteConfigs: [[credentialsId: 'github_mm_key', url: 'https://github.com/cbdevnet/midimonster.git']]]) + checkout([$class: 'GitSCM', branches: [[name: '**']], extensions: [[$class: 'CloneOption', noTags: false, reference: '', shallow: false], [$class: 'CleanBeforeCheckout', deleteUntrackedNestedRepositories: true]], userRemoteConfigs: [[credentialsId: 'github_mm_key', url: 'https://github.com/cbdevnet/midimonster.git']]]) } stage('Test') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { |