From b67e2feced7a439a5ed0f8e4b0fa2764e3e5162e Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Sat, 18 Feb 2023 11:27:20 +0530 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5f9df897f..1b91194da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,4 +17,6 @@ steps: javaHomeOption: 'Path' jdkDirectory: /usr/lib/jvm/java-17-openjdk-amd64 mavenVersionOption: 'path' - mavenDirectory: /home/ubuntu/spring-petclinic \ No newline at end of file + mavenDirectory: /home/ubuntu/spring-petclinic + - script: aws s3 mb s3://spcfeb17 + - script: aws s3 cp $(Agent.WorkFolder)/3/target/spring-petclinic-3.0.0-SNAPSHOT.jar s3://spcfeb17 --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --recursive \ No newline at end of file