From 918dae0683b2713b464da93271e3864b01ef3d73 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 13 Nov 2021 16:19:26 -0300 Subject: [PATCH] Dummy commit to test build chaining --- .ci/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index f6f0f11f1..f45bdbec5 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -31,8 +31,8 @@ def gitClone() { env.GIT_COMMIT = BRANCH println "[-] Building git tag [${env.GIT_COMMIT}]" def scmVars = checkout scm: [$class: 'GitSCM', - branches: [[name: env.GIT_COMMIT]], - userRemoteConfigs: [[url: 'https://github.com/richardg867/86Box.git']]] + branches: [[name: env.GIT_COMMIT]], + userRemoteConfigs: [[url: 'https://github.com/richardg867/86Box.git']]] env.GIT_COMMIT = scmVars.GIT_COMMIT }