Skip to content

Commit e6bd292

Browse files
authored
Update Jenkinsfile
1 parent 0581ea6 commit e6bd292

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ pipeline {
2020
}
2121
}
2222

23+
stage('Upload Artifact') {
24+
steps {
25+
sh '''
26+
cd target
27+
aws s3 cp WebAppCal-*.war s3://proj1-bucket-ay/
28+
'''
29+
}
30+
}
31+
2332
stage('Deploy') {
2433
steps {
2534
echo 'Deploying...'

0 commit comments

Comments
 (0)