Skip to content

Commit

Permalink
test version
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 19, 2023
1 parent 5015b00 commit feb4b34
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 @@ -29,7 +29,7 @@ pipeline {
echo "${packageJSONVersion}"

sh "echo '${packageJSONVersion}'"
sh 'zip dist-\"${packageJSONVersion}.zip\" -r webapp/dist'
sh "zip dist-'${packageJSONVersion}'.zip -r webapp/dist"
sh 'ls webapp'
//def data = readFile(file: 'webapp/package.json')
//println(data)
Expand Down

0 comments on commit feb4b34

Please sign in to comment.