X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Jenkinsfile;h=f6f9a7136a87d39a08ace91fec314e38c7e62eda;hb=fed61ffa7e384fcbd6cc10e3c13fadb5a72c5434;hp=0c556a47b941b4691904edad24bac81e0ba96734;hpb=adbe65e68fc515f5ecb792192ce4d404061689f8;p=osm%2FSO.git diff --git a/Jenkinsfile b/Jenkinsfile index 0c556a47..f6f9a713 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label "pipeline" + } stages { stage("Build") { agent { @@ -11,6 +13,7 @@ pipeline { } } stage("Repo Component") { + agent any steps { unstash "deb-files" sh '''