From dbcd67bfec8ee39ec5d7499273688a42efcd759d Mon Sep 17 00:00:00 2001 From: anilyd <130540298+anilyd@users.noreply.github.com> Date: Fri, 5 May 2023 16:16:05 +0530 Subject: [PATCH] Update V13-Jenkinsfile --- V13-Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V13-Jenkinsfile b/V13-Jenkinsfile index 416593b..831d877 100644 --- a/V13-Jenkinsfile +++ b/V13-Jenkinsfile @@ -24,8 +24,8 @@ pipeline { rtServer ( id: "Artifactory", url: 'http://localhost:8082/artifactory', - username: 'ravish', - password: 'YouPasswordHere', + username: 'admin', + password: 'Anil@9335', bypassProxy: true, timeout: 300 )