From ab19eb61134380b86d35ab0c5ec92a3033a272e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6ppner?= <jonas.hoeppner@garz-fricke.com>
Date: Tue, 19 Mar 2024 12:27:10 +0000
Subject: [PATCH] CI: collect_release_information: jump to next pipeline if no
 deploy jobs found

See for error:
https://git.seco.com/seco-ne/yocto/infrastructure/ci-test/minimal-manifest/-/jobs/828261
---
 scripts/collect_release_information.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/collect_release_information.py b/scripts/collect_release_information.py
index 6df0d05d..52b9acd2 100755
--- a/scripts/collect_release_information.py
+++ b/scripts/collect_release_information.py
@@ -215,6 +215,7 @@ def main():
                 f"No successful jobs found in stage '{args.deploy_stage}'",
                 file=sys.stderr,
             )
+            continue
 
         # Get all jobs from build stage
         build_jobs = get_pipeline_jobs(gitlab, project, pipeline.id, stage="Build")
-- 
GitLab