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