Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 18, 2023
1 parent d6be687 commit 1dba8ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ pipeline {

stage('Release LMS') {
steps {
echo 'Deploying....'
echo 'Store Artifacts....'
sh 'cd webapp && zip dist-1.zip -r dist'
sh 'cd webapp && curl -v -u admin:Admin123* --upload-file dist-1.zip http://13.92.5.110:8081/repository/lms/'
}
}

Expand Down

0 comments on commit 1dba8ff

Please sign in to comment.