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