add new branch for aws deploy testing
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -23,9 +23,8 @@ pipeline {
|
|||||||
|
|
||||||
stage ('Deployment Stage') {
|
stage ('Deployment Stage') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(maven : 'maven_3_5_0') {
|
sh 'ls -lrt'
|
||||||
sh 'mvn deploy'
|
sh 'aws s3 ls'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user