fix artifact uploading
This commit is contained in:
parent
202eb473fa
commit
29e9b188b1
|
|
@ -9,7 +9,7 @@ job("Build and run tests") {
|
||||||
|
|
||||||
fileArtifacts {
|
fileArtifacts {
|
||||||
localPath = "build/libs/*"
|
localPath = "build/libs/*"
|
||||||
archive = false
|
archive = true
|
||||||
remotePath = "{{ run:number }}/build"
|
remotePath = "{{ run:number }}/build"
|
||||||
onStatus = OnStatus.SUCCESS
|
onStatus = OnStatus.SUCCESS
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue