mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-10-31 20:27:10 +00:00
ok i found the problem
This commit is contained in:
parent
9e755e68a5
commit
16b64d8cde
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -18,10 +18,8 @@ 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 \${WORKSPACE}/build/libs/scissors-\${BUILD_NUMBER}.jar
|
||||||
rm \${WORKSPACE}/build/libs/Scissors-bundler-*.jar
|
rm \${WORKSPACE}/build/libs/Scissors-bundler-*.jar
|
||||||
cd \${WORKSPACE}
|
|
||||||
exit
|
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user