From 68e9fdfc54330fe71e30bf08ca726406001e217f Mon Sep 17 00:00:00 2001 From: Sebastian K Date: Sat, 18 Aug 2018 18:08:55 +0200 Subject: [PATCH] improve Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3815bdb..c6daa0d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { steps { echo 'Building..' sh 'mvn clean install' - archiveArtifacts artifacts: 'CloudNotify/target/CloudNotify.jar', fingerprint: true + archiveArtifacts artifacts: 'target/CloudNotify.jar', fingerprint: true } }