jjb: set follow-symlinks on archive publisher
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 28 Apr 2023 15:44:03 +0000 (11:44 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 28 Apr 2023 15:47:23 +0000 (11:47 -0400)
The default for newly created job seems to ahve changed to not including
symlinks by default when archiving artefacts. This is problematic for
jobs that archive librairies with versioned symlinks. Add the
follow-symlinks property to those jobs.

Change-Id: I365466ada8c935ce803e28496b4ca055fe8e3f00
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/babeltrace-benchmark.yaml
jobs/babeltrace.yaml
jobs/librseq.yaml
jobs/liburcu.yaml
jobs/lttng-ivc.yaml
jobs/lttng-tools.yaml
jobs/lttng-ust.yaml

index 309f5daf0c3ca919eb6a6a4296aa09f48b967edc..a015e4f92fc6e81f8b1633a37dadd28ad31c66c0 100644 (file)
@@ -35,6 +35,7 @@
     publishers:
       - archive:
           artifacts: 'results/**'
+          follow-symlinks: true
           allow-empty: false
       - workspace-cleanup:
           clean-if:
index f1843a4ac31e0c563d127280a1c74c4d3b818d8e..b04884f6b7c6d51d1f9d74255351b9863c7a8fda 100644 (file)
             </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
       - archive: &babeltrace_publisher_archive_defaults
           artifacts: 'build/**,tap/**,log/**'
+          follow-symlinks: true
           allow-empty: false
       - workspace-cleanup: &babeltrace_publisher_workspace-cleanup_defaults
           clean-if:
index b0fd19f2d8e147a539bdaca8793de734f3e6d6de..b3ebe4572b845e1fe7fd956807e6a4a4ccd576bc 100644 (file)
             </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
       - archive: &librseq_publisher_archive_defaults
           artifacts: 'build/**,tap/**,log/**'
+          follow-symlinks: true
           allow-empty: false
       - workspace-cleanup: &librseq_publisher_workspace-cleanup_defaults
           clean-if:
index 8b03e428d9e1701d14f7e541c411e025b7e3ea44..d5c0199afa8f718bd5c67f89fcfad59f7dfd3ea5 100644 (file)
             </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
       - archive: &liburcu_publisher_archive_defaults
           artifacts: 'build/**,tap/**,log/**'
+          follow-symlinks: true
           allow-empty: false
       - workspace-cleanup: &liburcu_publisher_workspace_cleanup_defaults
           clean-if:
index c3acbb955ea99a25228a478c4b9a2c0eadcb5f28..62d4194bcb6bd4212fb1f30a9e56f2b7fc87c3e7 100644 (file)
@@ -58,6 +58,7 @@
     publishers:
       - archive:
           artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**'
+          follow-symlinks: true
           allow-empty: false
       - junit:
           results: result.xml
     publishers:
       - archive:
           artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**'
+          follow-symlinks: true
           allow-empty: false
       - junit:
           results: result.xml
index bce2d8ba4bd9b5ed68043f7480d5967835b4a722..d2a2ca95fcfc56da35c6373eb0b1e9c935f6b9dd 100644 (file)
 
       - archive: &lttng-tools_publisher_archive_defaults
           artifacts: 'build/**,deps/**,tap/**,log/**'
+          follow-symlinks: true
           allow-empty: false
 
       - workspace-cleanup: &lttng-tools_publisher_workspace-cleanup_defaults
index a83ac359d4fc73a9e47d44abf0d9df7801a75ff3..3356749b1d791b798fd46298ef5b6ce4e0536d41 100644 (file)
             </io.jenkins.plugins.analysis.core.steps.IssuesRecorder>
       - archive: &lttng-ust_publisher_archive_defaults
           artifacts: 'build/**,tap/**,log/**'
+          follow-symlinks: true
           allow-empty: false
       - workspace-cleanup: &lttng-ust_publisher_workspace-cleanup_defaults
           clean-if:
This page took 0.027776 seconds and 4 git commands to generate.