add new branch for testing
This commit is contained in:
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@@ -11,7 +11,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
/* stage ('Testing Stage') {
|
||||
stage ('Testing Stage') {
|
||||
|
||||
steps {
|
||||
withMaven(maven : 'maven_3_5_0') {
|
||||
@@ -19,15 +19,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
stage ('Deployment Stage') {
|
||||
steps {
|
||||
stage('Generate HTML report') {
|
||||
cucumber buildStatus: UNSTABLE,
|
||||
fileIncludePattern: '**/cucumber.json',
|
||||
jsonReportDirectory: 'target'
|
||||
|
||||
sh '/usr/local/bin/aws s3 cp target/jenkins-example*.jar s3://techprimers-s3/'
|
||||
sh '/usr/local/bin/aws s3 ls'
|
||||
sh '/usr/local/bin/aws s3 ls s3://techprimers-s3/'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user