From c0a1e77440bfe50cfe596db9fbdc0b3fe4774a8a Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Shmelev Date: Mon, 24 Feb 2025 09:54:00 +0100 Subject: [PATCH] test --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 6125158..5375a04 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,10 +9,13 @@ pipeline { stages { stage('Install Dependencies') { steps { + withCredentials([string(credentialsId: 'aptly-key', variable: 'APTLYKEY')]) { + sh ''' pwd uname -a df + env export DEBIAN_FRONTEND=noninteractive