From a07fe4cd2d4e78e9103112571500674eaf0ba1c3 Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Tue, 29 Oct 2024 17:21:11 +0530 Subject: [PATCH] chore(Jenkins): add env credential --- ci/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index b0e590d..9428f30 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { GIT_AUTHOR_NAME = 'status-im-auto' GIT_AUTHOR_EMAIL = 'auto@status.im' PUPPETEER_SKIP_DOWNLOAD = 'true' + VITE_WALLETCONNECT_PROJECT_ID = credentials('vite-walletconnect-project-id') } stages {