Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Drop Jenkinsfile handling of #102 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Aug 9, 2020
1 parent dc5c75d commit 11ffc53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ pipeline {
reportDir : 'impl/target/generated-docs/html/',
reportFiles : 'index.html',
reportName : 'SwaggerDocumentation']
} else if (env.BRANCH_NAME == "feature/102-static-data") {
sh 'mvn clean install'
} else {
sh './mvnw clean verify'
}
Expand Down

0 comments on commit 11ffc53

Please sign in to comment.