From d225fda250efedefbaa231a3fef718a9c7eeac78 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 06 2021 12:42:12 +0000 Subject: Revert the cico.pipeline changes for now Signed-off-by: Pierre-Yves Chibon --- diff --git a/.cico.pipeline b/.cico.pipeline index 47f1c7c..e924957 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -25,7 +25,7 @@ def syncfromduffynode(rsyncpath){ sh 'rsync -e "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -l root " -Ha --include=' + rsyncpath + " ${DUFFY_NODE}.ci.centos.org:~/ ./" } -node('cico-workspace') { +node('pagure') { properties([ parameters([ @@ -35,6 +35,7 @@ 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