ci: upgrade jenkins lib to 1.2.12 to generalize GH release

This is required to also ad GitHub releases to `status-desktop`.

Also renamed `status-react-jenkins` to `status-jenkins-lib` for clarity.

Depends on: https://github.com/status-im/status-react-jenkins/pull/23

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-04-15 11:12:21 +02:00
parent 2e94e0e765
commit 594c83013c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
7 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.11'
library 'status-jenkins-lib@v1.2.12'
pipeline {
agent { label 'linux' }

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.11'
library 'status-jenkins-lib@v1.2.12'
pipeline {
agent { label 'linux' }
@ -91,7 +91,7 @@ pipeline {
build(job: 'misc/status.im', wait: false);
break;
case 'release':
github.publishReleaseMobile();
github.publishReleaseFiles(repo: 'status-react');
break;
}
} }

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.11'
library 'status-jenkins-lib@v1.2.12'
pipeline {
agent { label 'macos-xcode-12.3' }

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.11'
library 'status-jenkins-lib@v1.2.12'
pipeline {
agent { label params.AGENT_LABEL }

View File

@ -6,11 +6,11 @@ This folder contains files defininf [Jenkins pipelines](https://jenkins.io/doc/b
All `Jenkinsfile`s contain the following line:
```groovy
library 'status-react-jenkins@master'
library 'status-jenkins-lib@master'
```
Which loads the used methods - like `nix.shell()` - from a separate private repo:
https://github.com/status-im/status-react-jenkins
https://github.com/status-im/status-jenkins-lib
This is done to improve security of our CI setup.

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.11'
library 'status-jenkins-lib@v1.2.12'
pipeline {
agent { label 'macos' }

View File

@ -1,4 +1,4 @@
library 'status-react-jenkins@v1.2.11'
library 'status-jenkins-lib@v1.2.12'
pipeline {
agent { label 'linux' }