| Jenkinsfile | ●●●●● patch | view | raw | blame | history |
Jenkinsfile
@@ -30,14 +30,14 @@ } } stage('testMaven') { steps { //stage('testMaven') { //steps { //sh 'mvn clean test -U' //junit allowEmptyResults: true, keepLongStdio: true, skipPublishingChecks: true, testResults: 'target/surefire-reports/*.xml' } } //} //} stage('testFunction') { steps { sh 'echo test'