X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Jenkinsfile;h=f6f9a7136a87d39a08ace91fec314e38c7e62eda;hb=8bff092ceca2155d19eb5f4b1dc91d65a2fdb7eb;hp=0c556a47b941b4691904edad24bac81e0ba96734;hpb=49fc8ba7ea001d89147c3cf3b2f292792b1db00a;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 '''