mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2025-02-17 15:30:16 -05:00
oops, this should work
This commit is contained in:
parent
00033dcc39
commit
a1fe3d1750
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -20,7 +20,7 @@ pipeline {
|
||||||
sh """
|
sh """
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
mv \${WORKSPACE}/build/libs/Scissors-paperclip-*.jar scissors-\${BUILD_NUMBER}.jar
|
mv \${WORKSPACE}/build/libs/Scissors-paperclip-*.jar scissors-\${BUILD_NUMBER}.jar
|
||||||
rm Scissors-bundler-*.jar
|
rm \${WORKSPACE}/build/libs/Scissors-bundler-*.jar
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue