add new branch for aws deploy testing
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user