Skip to content

Commit

Permalink
update zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 19, 2023
1 parent 36e7558 commit 9b028ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {

sh "echo '${packageJSONVersion}'"
sh 'sudo rm -rf webapp/*.zip'
sh "zip dist-'${packageJSONVersion}'.zip -r webapp/dist"
sh "zip webapp/dist-'${packageJSONVersion}'.zip -r webapp/dist"
sh "ls webapp"
sh "curl -v -u admin:Admin123* --upload-file webapp/dist-'${packageJSONVersion}'.zip http://13.92.5.110:8081/repository/lms/"
sh 'ls webapp'
Expand Down

0 comments on commit 9b028ee

Please sign in to comment.