fix
This commit is contained in:
parent
e4612e0220
commit
accec4fe8f
|
|
@ -4,6 +4,8 @@ job("Build and run tests") {
|
|||
fileArtifacts {
|
||||
localPath = "build"
|
||||
archive = true
|
||||
remotePath = "{{ run:number }}/build.zip"
|
||||
onStatus = OnStatus.SUCCESS
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue