From 59f6462025a94fd53d6dce0e0087e019d4639369 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Sun, 4 Jun 2023 21:06:04 -0500 Subject: [PATCH] CI improvements (#93) * test this * remove this, this plugin never actually worked * ok i found the problem --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 74df2e8..7fa5d24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,6 @@ pipeline { stages { stage('applyPatches') { steps { - scmSkip(deleteBuild: true) withGradle { sh './gradlew applyPatches --no-daemon --refresh-dependencies' } @@ -19,7 +18,7 @@ pipeline { } sh """ #!/bin/sh - mv \${WORKSPACE}/build/libs/Scissors-paperclip-*.jar scissors-\${BUILD_NUMBER}.jar + mv \${WORKSPACE}/build/libs/Scissors-paperclip-*.jar \${WORKSPACE}/build/libs/scissors-\${BUILD_NUMBER}.jar rm \${WORKSPACE}/build/libs/Scissors-bundler-*.jar """ }