From 7f3af44c5009537358977bfe2152ee03dcf0ff7c Mon Sep 17 00:00:00 2001 From: Zohar Date: Mon, 8 Apr 2024 16:52:57 -0400 Subject: [PATCH] deploy --- Jenkinsfile-1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' } }