From cddccf2809d252733ca0ae95053146d4d44d5132 Mon Sep 17 00:00:00 2001 From: Adam Kolodziejczyk Date: Wed, 4 Dec 2024 17:04:38 +0100 Subject: [PATCH] add nexus credentials --- Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5ed171c52..8956bd92b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -90,7 +90,10 @@ timestamps { jobDefinitions.put('JDBC-AIX-Unit', { build job: 'JDBC-AIX-UnitTests', parameters: [ string(name: 'BRANCH', value: scmInfo.GIT_BRANCH ) ] } ) jobDefinitions.put('Test Authentication', { - withCredentials([string(credentialsId: 'sfctest0-parameters-secret', variable: 'PARAMETERS_SECRET')]) { + withCredentials([ + string(credentialsId: 'sfctest0-parameters-secret', variable: 'PARAMETERS_SECRET'), + string(credentialsId: 'a791118f-a1ea-46cd-b876-56da1b9bc71c', variable: 'NEXUS_PASSWORD') + ]) { sh '''\ |#!/bin/bash |set -e