From ef536fe23a8cde74d069786774e7d88d78a23199 Mon Sep 17 00:00:00 2001 From: maxcask Date: Thu, 30 Jan 2025 16:32:38 +0400 Subject: [PATCH] add token as a pipeline env var --- vars/piperPipeline.groovy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars/piperPipeline.groovy b/vars/piperPipeline.groovy index 32321915f..585e65a4c 100644 --- a/vars/piperPipeline.groovy +++ b/vars/piperPipeline.groovy @@ -8,6 +8,9 @@ void call(parameters) { skipDefaultCheckout() timestamps() } + environment { + PIPER_systemTrustToken = '' + } stages { stage('Init') { steps {