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