From cab3aced5dde6679058c1b131c5cb509721c9914 Mon Sep 17 00:00:00 2001 From: Michal Konečný Date: Jun 23 2022 09:35:11 +0000 Subject: Fix "No inventory available" error in Jenkins The CICO_API_KEY is already on the machine, we just replaced with empty value with current code. Let's fix that. Signed-off-by: Michal Konečný --- diff --git a/.cico.pipeline b/.cico.pipeline index 781a4b4..f4f6881 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -35,7 +35,6 @@ node('cico-workspace') { ]) stage('Allocate Node'){ - env.CICO_API_KEY = env.DUFFY_KEY duffy_rtn=sh( script: 'cico --debug node get -f value -c hostname -c comment', returnStdout: true