diff --git a/_assets/ci/Jenkinsfile.android b/_assets/ci/Jenkinsfile.android index dbe4d83a5..ce4584f58 100644 --- a/_assets/ci/Jenkinsfile.android +++ b/_assets/ci/Jenkinsfile.android @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.8.18' +library 'status-jenkins-lib@v1.9.0' pipeline { agent { label 'linux && x86_64 && nix-2.19' } @@ -64,7 +64,7 @@ pipeline { stage('Upload') { steps { script { - env.PKG_URL = s3.uploadArtifact(ARTIFACT) + env.PKG_URL = s5cmd.upload(ARTIFACT) } } } } // stages diff --git a/_assets/ci/Jenkinsfile.ios b/_assets/ci/Jenkinsfile.ios index cbeaf4ef2..eec8fe33c 100644 --- a/_assets/ci/Jenkinsfile.ios +++ b/_assets/ci/Jenkinsfile.ios @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.8.18' +library 'status-jenkins-lib@v1.9.0' pipeline { agent { label 'macos && aarch64 && xcode-15.1 && nix-2.19' } diff --git a/_assets/ci/Jenkinsfile.linux b/_assets/ci/Jenkinsfile.linux index 204311d40..3f45ee292 100644 --- a/_assets/ci/Jenkinsfile.linux +++ b/_assets/ci/Jenkinsfile.linux @@ -1,5 +1,5 @@ #!/usr/bin/env groovy -library 'status-jenkins-lib@v1.8.18' +library 'status-jenkins-lib@v1.9.0' pipeline { agent { label 'linux && x86_64 && nix-2.19' } @@ -71,7 +71,7 @@ pipeline { stage('Upload') { steps { script { - env.PKG_URL = s3.uploadArtifact(ARTIFACT) + env.PKG_URL = s5cmd.upload(ARTIFACT) } } } } // stages