From e08264bf4208f24a4cfdf3d2835fc235cf5a62d6 Mon Sep 17 00:00:00 2001 From: Nikita Zaporozhets Date: Thu, 6 Apr 2023 11:43:52 +0300 Subject: [PATCH] feauture/dops-2312/use_corepack Signed-off-by: Nikita Zaporozhets --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1d02d5b4d..5af4eb3ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,6 +9,7 @@ def pipeline = new org.js.LibPipeline( pushCmds: ['pnpm publish-workspaces'], libPushBranches: ['master', 'next'], dockerImageTags: ['master':'latest', 'next':'next'], - libExamplesBuildCmds: ['pnpm sb:build'] + libExamplesBuildCmds: ['pnpm sb:build'], + corepack: true ) pipeline.runPipeline()