Skip to content

Commit

Permalink
escape character
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi2krishna committed May 18, 2023
1 parent a5636fe commit 26c322b
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 @@ -28,7 +28,7 @@ pipeline {
steps {
echo 'Deploying....'
sh 'sudo rm -rf /var/www/html/*'
sh 'curl -u admin:Admin123* -X GET '"http://13.92.5.110:8081/repository/lms/dist-1.zip"' --output dist.zip'
sh 'curl -u admin:Admin123* -X GET \'http://13.92.5.110:8081/repository/lms/dist-1.zip\' --output dist.zip'
sh 'unzip dist.zip && sudo cp -r dist/* /var/www/html/'
}
}
Expand Down

0 comments on commit 26c322b

Please sign in to comment.