From 0f7b5a12251ba603a5e3d45afd01e95f2a55b605 Mon Sep 17 00:00:00 2001 From: andrzej Date: Wed, 2 Oct 2024 19:31:44 +0200 Subject: [PATCH] make tar non-verbose --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c34e9f3..1508205 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ agent any steps{ sh 'npm install' sh 'npm run build' - sh ' tar -C .next -cvf subman.tar.gz standalone ' + sh ' tar -C .next -cf subman.tar.gz standalone ' } } stage('deploy'){