Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 19, 2023
1 parent 4790ed5 commit 022aea7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ pipeline {
// VERSION = readMavenPom().getVersion()
}

script {
def packageJSON = readJSON file: 'webapp/package.json'
def packageJSONVersion = packageJSON.version
echo "${packageJSONVersion}"
//def data = readFile(file: 'webapp/package.json')
//println(data)
echo 'Store Artifacts....'
//sh 'cd webapp && zip dist-${packageJSONVersion}.zip -r dist'
//sh 'cd webapp && curl -v -u admin:Admin123* --upload-file dist-${packageJSONVersion}.zip http://13.92.5.110:8081/repository/lms/'
}

stages {
stage('Sonar Analysis') {
steps {
Expand Down

0 comments on commit 022aea7

Please sign in to comment.