Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed Jun 20, 2023
1 parent 2e6d01b commit 3a90a39
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 @@ -19,7 +19,7 @@ pipeline {
script {
echo 'Releasing..'
def packageJson = readJSON file: 'webapp/package.json'
def packageVersion = packageJSON.version
def packageJSONVersion = packageJSON.version
echo "${packageJSONVersion}"
}
}
Expand Down

0 comments on commit 3a90a39

Please sign in to comment.