ci: fix Jenkinsfile library enties to use tags instead of a branch

Again we merged a PR before the `status-jenkins-lib` PR was merged:
https://github.com/status-im/status-desktop/pull/3185

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-08-19 15:15:52 +02:00
parent f218fbf739
commit 98f2a68209
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@ci-linux-signing'
library 'status-jenkins-lib@v1.3.0'
pipeline {
agent { label 'linux' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@ci-linux-signing'
library 'status-jenkins-lib@v1.3.0'
pipeline {
agent {

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@ci-linux-signing'
library 'status-jenkins-lib@v1.3.0'
pipeline {
agent {

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@ci-linux-signing'
library 'status-jenkins-lib@v1.3.0'
pipeline {
agent { label 'windows' }