]> git.lttng.org Git - lttng-ci.git/commitdiff
jjb: Enable polling for libsk and libside pipelines
authorKienan Stewart <kstewart@efficios.com>
Fri, 17 Jan 2025 19:10:58 +0000 (14:10 -0500)
committerKienan Stewart <kstewart@efficios.com>
Fri, 17 Jan 2025 19:10:58 +0000 (14:10 -0500)
Change-Id: Ia33e1b34a0cab41cb026f8b33661e205945a32cc
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
pipelines/libside/pipeline.groovy
pipelines/libsk/pipeline.groovy

index 8e30f8e81a60f6cd4cc37cb448822f29f3ac6749..a66564c308fe16f2c839e9f8f3750020ca3abc19 100644 (file)
@@ -63,7 +63,7 @@ pipeline {
 
       steps {
         dir('src/libside') {
-          checkout([$class: 'GitSCM', branches: [[name: "${params.LIBSIDE_GIT_BRANCH}"]], userRemoteConfigs: [[url: "${params.LIBSIDE_GIT_URL}"]]])
+          checkout([$class: 'GitSCM', branches: [[name: "${params.LIBSIDE_GIT_BRANCH}"]], userRemoteConfigs: [[url: "${params.LIBSIDE_GIT_URL}"]], poll: true, changelog: true])
 
         }
         stash name: 'libside-source', includes: 'src/libside/**'
index b086081cd800daa864eb857d9108308ef0f8427e..9dab8de2d3fab0ca5444287fa496ebc321e99856 100644 (file)
@@ -58,7 +58,7 @@ pipeline {
 
       steps {
         dir('src/libsk') {
-          checkout([$class: 'GitSCM', branches: [[name: "${params.LIBSK_GIT_BRANCH}"]], userRemoteConfigs: [[url: "${params.LIBSK_GIT_URL}", credentialsId: 'a6e08541-e7fd-4da2-b58a-b87ee37736ef']]])
+          checkout([$class: 'GitSCM', branches: [[name: "${params.LIBSK_GIT_BRANCH}"]], userRemoteConfigs: [[url: "${params.LIBSK_GIT_URL}", credentialsId: 'a6e08541-e7fd-4da2-b58a-b87ee37736ef']], pool: true, changelog: true])
 
         }
         stash name: 'libsk-source', includes: 'src/libsk/**'
This page took 0.026398 seconds and 4 git commands to generate.