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') {
|
||||
steps {
|
||||
withMaven(maven : 'maven_3_5_0') {
|
||||
sh 'mvn deploy'
|
||||
}
|
||||
sh 'ls -lrt'
|
||||
sh 'aws s3 ls'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user