diff --git a/Jenkinsfile-1 b/Jenkinsfile-1 index 01d4f2149..1118b2c4d 100644 --- a/Jenkinsfile-1 +++ b/Jenkinsfile-1 @@ -12,7 +12,7 @@ pipeline { checkout scm } } - stage('Build') { + stage('compile') { steps { sh './mvnw clean' sh './mvnw compile' @@ -41,6 +41,7 @@ pipeline { } post { success { + sh 'java -jar target/*.jar' archiveArtifacts 'target/*.jar' } }