From b1c2b2fef5376490725f43e54b6c7a3b69c2c910 Mon Sep 17 00:00:00 2001 From: richardg867 Date: Thu, 28 Jul 2022 14:00:54 -0300 Subject: [PATCH] Jenkins: Dummy commit to test clone changelog behavior --- .ci/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 27cda4161..efa98b07b 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -100,8 +100,8 @@ def gitClone(repository, branch) { /* Use stashes to pass the repository around debian.citadel, as it's known to be faster than git clone there. */ if (env.NODE_NAME != 'debian.citadel' || env.GIT_STASHED != 'true') { - /* Perform clone/checkout, making sure to update the changelog only once to - avoid inaccurate entries caused by new commits pushed inbetween clones. */ + /* Perform clone/checkout, making sure to update the changelog only once + to avoid inaccurate entries from new commits pushed inbetween clones. */ def scmVars = checkout poll: true, changelog: env.GIT_STASHED != 'true', scm: [$class: 'GitSCM',