From bef9b5027157109b146e05d88adc6d9a787bc2b3 Mon Sep 17 00:00:00 2001 From: andrewc Date: Wed, 2 Oct 2024 11:20:28 +1000 Subject: [PATCH] inventree job fail now takes down upload and release, export conn_mpn+conn_manf fields to bom --- default.kibot.yaml | 2 ++ kibot-ci.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/default.kibot.yaml b/default.kibot.yaml index 75b8e20..153d67c 100644 --- a/default.kibot.yaml +++ b/default.kibot.yaml @@ -66,6 +66,8 @@ outputs: - mpn - manf - rev + - conn_manf + - conn_mpn - field: References name: refs exclude_filter: "" diff --git a/kibot-ci.yml b/kibot-ci.yml index 04c151f..15b2cc4 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -265,6 +265,7 @@ inventree_job: upload_job: stage: upload needs: + - job: inventree_job - job: outputs_all artifacts: true rules: