From ecf1fe9aa55bbc677c270b6b505ea185ac7b7912 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 7 Jul 2020 08:57:16 -0700 Subject: [PATCH] had these transposed --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2d194c9a7..15de4546a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -200,7 +200,7 @@ def packageStatic() { if (params.BUILD_ALL == true) { def s390xStatics = ["clefos", "debian-buster", "debian-sid", "debian-bullseye", "debian-stretch", "ubuntu-bionic", "ubuntu-eoan", "ubuntu-focal"] def s390x = ["s390x"] - tasks << getTasks(s390x, s390xStatics, { distro, arch -> + tasks << getTasks(s390xStatics, s390x , { distro, arch -> def myNode = { node ('linux-build') { env.PATH = env.PATH + ":/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/home/jenkins-build/go/bin"