make tar non-verbose
Gitea/subman-nextjs/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-10-02 21:56:21 +02:00
parent 009433f483
commit 6ab29df9b6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ agent any
steps{ steps{
sh 'npm install' sh 'npm install'
sh 'npm run build' sh 'npm run build'
sh ' tar -C .next -cvf subman.tar.gz standalone ' sh ' tar -C .next -cf subman.tar.gz standalone '
} }
} }
stage('deploy'){ stage('deploy'){