mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
60eae51687
commit
fb2c1b41d1
1 changed files with 10 additions and 0 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -2,6 +2,16 @@ pipeline {
|
|||
agent any
|
||||
|
||||
stages {
|
||||
stage('S3Download') {
|
||||
steps {
|
||||
withAWS(region:'ap-south-1',credentials:'iamuser1')\
|
||||
{
|
||||
s3Download(file: 'Jenkinsfile', bucket: 'myjenkinsbucket001', path: 'https://myjenkinsbucket001.s3.ap-south-1.amazonaws.com/Jenkinsfile')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
stage('GitCheckout'){
|
||||
steps {
|
||||
git 'https://github.com/saisrinisrinivas/spring-petclinic.git'
|
||||
|
|
Loading…
Reference in a new issue