added gw spotlessCheck to Jenkins pipeline

This commit is contained in:
Michael Hoennig 2019-04-30 12:53:52 +02:00
parent b5d50acfbd
commit 13fb78a622
2 changed files with 7 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -10,9 +10,9 @@ node {
sh "java -version"
}
stage('clean') {
stage('clean+spotless') {
sh "chmod +x gradlew"
sh "./gradlew clean --no-daemon"
sh "./gradlew clean spotlessCheck --no-daemon"
}
stage('npm install') {

View File

@ -35,7 +35,11 @@ better, delete the previous test configurations and amend the JUnit template.
The jhipster-generated git branch tracks the history of the JDL model file
and the generated source code. The project has to be resetted to a clean state
(without any generated entitites) before changes to the JDL file can be imported.
(without any generated entities) before changes to the JDL file can be imported.
| WARNING: This workflow is currently changing, do NOT use! |
| --------------------------------------------------------- |
# Prepare/Cleanup Workspace