aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSpacelord <Spacelord09@users.noreply.github.com>2021-07-01 10:14:05 +0200
committerGitHub <noreply@github.com>2021-07-01 10:14:05 +0200
commitbaa34e830cfcc3079d43c2b402490e0f1c87277d (patch)
tree3a0cc796cbdf5cb005a0d2adfeed0ed0f95a1da5
parent6fab3de48e129e1703f70941f65ae89853e567d5 (diff)
downloadmidimonster-baa34e830cfcc3079d43c2b402490e0f1c87277d.tar.gz
midimonster-baa34e830cfcc3079d43c2b402490e0f1c87277d.tar.bz2
midimonster-baa34e830cfcc3079d43c2b402490e0f1c87277d.zip
CI> Fix missing tag pull.
-rw-r--r--assets/ci-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/ci-config b/assets/ci-config
index ac94661..6e94df6 100644
--- a/assets/ci-config
+++ b/assets/ci-config
@@ -17,7 +17,7 @@ buildTypes.each{
node() {
skipDefaultCheckout()
stage('Checkout') {
- checkout scm
+ 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']]])
}
stage("$it Build"){
@@ -47,7 +47,7 @@ builds.Test = {
node() {
skipDefaultCheckout()
stage('Checkout') {
- checkout scm
+ 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']]])
}
stage('Test') {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {