From 99f644ff34c91aa094098d09734cdbaef3218677 Mon Sep 17 00:00:00 2001 From: siddharthvipul Date: Jan 06 2021 09:33:05 +0000 Subject: remove reading cico api key from a file Signed-off-by: siddharthvipul --- diff --git a/.cico.pipeline b/.cico.pipeline index 89bf3ca..47f1c7c 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -35,7 +35,6 @@ node('cico-workspace') { ]) stage('Allocate Node'){ - env.CICO_API_KEY = readFile("${env.HOME}/duffy.key").trim() duffy_rtn=sh( script: 'cico --debug node get -f value -c hostname -c comment', returnStdout: true