add new branch for aws deploy testing

This commit is contained in:
TechPrimers
2018-06-10 17:38:52 +05:30
parent 9dde1ef038
commit aa6be34cd7

6
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline {
} }
} }
stage ('Testing Stage') { /* stage ('Testing Stage') {
steps { steps {
withMaven(maven : 'maven_3_5_0') { withMaven(maven : 'maven_3_5_0') {
@@ -19,12 +19,12 @@ pipeline {
} }
} }
} }
*/
stage ('Deployment Stage') { stage ('Deployment Stage') {
steps { steps {
sh 'ls -lrt' sh 'ls -lrt'
sh 'aws s3 ls' sh '/usr/local/bin/aws s3 ls'
} }
} }
} }