Skip to content

Commit

Permalink
refactor(jenkinsfile): 🎉 update jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Aug 18, 2023
1 parent 5b985c4 commit 3583e02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile-namespace-onpremise
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ pipeline {
stage('Build') {
steps {
container('ubuntu') {
withCredentials([file(credentialsId: 'frontend-namespace-onpremise-env', variable: 'text')]) {
writeFile file:'./.env', text: readFile(text)
}
sh 'npm i --force'
sh 'npm run build'
sh "tar -zcvf ui-${env.VER}-${env.BUILD_NUMBER}.tar.gz build"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.13.1",
"version": "0.13.2",
"private": true,
"dependencies": {
"@emotion/css": "^11.10.6",
Expand Down

0 comments on commit 3583e02

Please sign in to comment.