branch-de-la-branch #1
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