added gw spotlessCheck to Jenkins pipeline
This commit is contained in:
parent
b5d50acfbd
commit
13fb78a622
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -10,9 +10,9 @@ node {
|
|||||||
sh "java -version"
|
sh "java -version"
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('clean') {
|
stage('clean+spotless') {
|
||||||
sh "chmod +x gradlew"
|
sh "chmod +x gradlew"
|
||||||
sh "./gradlew clean --no-daemon"
|
sh "./gradlew clean spotlessCheck --no-daemon"
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('npm install') {
|
stage('npm install') {
|
||||||
|
@ -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
|
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
|
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
|
# Prepare/Cleanup Workspace
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user