diff options
-rwxr-xr-x | jenkins-builds/promote-latest-builds.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-builds/promote-latest-builds.sh b/jenkins-builds/promote-latest-builds.sh index b94db61..64db25c 100755 --- a/jenkins-builds/promote-latest-builds.sh +++ b/jenkins-builds/promote-latest-builds.sh @@ -247,8 +247,8 @@ function promote-latest-builds() { echo Aggregation folder $wsdir for URL $url echo - cp -av ../util/applet-launcher.jar jar/ - cp -av ../util/junit.* jar/ + cp -av ../util/unsigned/applet-launcher.jar jar/ + cp -av ../util/unsigned/junit.* jar/ local OK=1 grep ERROR $logfile && OK=0 |