X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Jenkinsfile;h=c1af24d266359a1f78d50946713b69f6d026ff16;hb=3c7c0e0d6be1ffcc08b3613029193e212c12dc7c;hp=dda86aea7b9a1b4b84d54d45a6e05455bbed740f;hpb=b3ec32d6c1353e1d371542bc10f0e0c0a416903b;p=osm%2FUI.git diff --git a/Jenkinsfile b/Jenkinsfile index dda86aea7..c1af24d26 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 '''