ci: upgrade library and use of pkgFilename()
Depends on: https://github.com/status-im/status-jenkins-lib/pull/36 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8b0ddec8f9
commit
79be879306
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.3.2'
|
library 'status-jenkins-lib@v1.3.3'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.3.2'
|
library 'status-jenkins-lib@v1.3.3'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
@ -58,7 +58,7 @@ pipeline {
|
||||||
//jenkins.copyArts(iose2e)
|
//jenkins.copyArts(iose2e)
|
||||||
jenkins.copyArts(apk)
|
jenkins.copyArts(apk)
|
||||||
jenkins.copyArts(apke2e)
|
jenkins.copyArts(apke2e)
|
||||||
sha = "pkg/${utils.pkgFilename('sha256')}"
|
sha = "pkg/${utils.pkgFilename(ext: 'sha256')}"
|
||||||
dir('pkg') {
|
dir('pkg') {
|
||||||
/* generate sha256 checksums for upload */
|
/* generate sha256 checksums for upload */
|
||||||
sh "sha256sum * | tee ../${sha}"
|
sh "sha256sum * | tee ../${sha}"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.3.2'
|
library 'status-jenkins-lib@v1.3.3'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos-xcode-12.5' }
|
agent { label 'macos-xcode-12.5' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.3.2'
|
library 'status-jenkins-lib@v1.3.3'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label params.AGENT_LABEL }
|
agent { label params.AGENT_LABEL }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.3.2'
|
library 'status-jenkins-lib@v1.3.3'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos' }
|
agent { label 'macos' }
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
library 'status-jenkins-lib@v1.2.16'
|
library 'status-jenkins-lib@v1.3.3'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
Loading…
Reference in New Issue