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