mirror of
https://github.com/AtlasMediaGroup/Scissors.git
synced 2024-11-26 22:55:39 +00:00
try this
This commit is contained in:
parent
b81bae46e1
commit
00033dcc39
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -20,6 +20,7 @@ pipeline {
|
||||
sh """
|
||||
#!/bin/sh
|
||||
mv \${WORKSPACE}/build/libs/Scissors-paperclip-*.jar scissors-\${BUILD_NUMBER}.jar
|
||||
rm Scissors-bundler-*.jar
|
||||
"""
|
||||
}
|
||||
}
|
||||
@ -52,7 +53,7 @@ pipeline {
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'build/libs/scissors-${BUILD_NUMBER}.jar', fingerprint: true
|
||||
archiveArtifacts artifacts: 'build/libs/scissors-*.jar', fingerprint: true
|
||||
junit 'Scissors-Server/build/test-results/test/*.xml'
|
||||
junit 'Scissors-API/build/test-results/test/*.xml'
|
||||
cleanWs()
|
||||
|
Loading…
Reference in New Issue
Block a user