CI: bind publish task to "linux' nodes with `sftp` client stx-8.0.0
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 23 Apr 2018 09:19:17 +0100
branchstx-8.0.0
changeset 229 08322591d2b1
parent 228 8566593080a5
child 230 a9a00961f2b5
CI: bind publish task to "linux' nodes with `sftp` client
ci/publish.groovy
--- a/ci/publish.groovy	Mon Apr 02 12:22:04 2018 +0100
+++ b/ci/publish.groovy	Mon Apr 23 09:19:17 2018 +0100
@@ -4,7 +4,7 @@
 
 
 pipeline {
-    agent any
+    agent { label 'linux' }
 
     parameters {
         string(name: 'job', description: 'Job whose artifacts to upload',  defaultValue: 'stx_jv')