Browse Source

fix s390x static section of jenkinsfile

Grant Limberg 5 years ago
parent
commit
676a3444cd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -199,8 +199,8 @@ 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 clefos7Arch = ["s390x"]
-        tasks << getTasks(clefos7, clefos7Arch, { distro, arch -> 
+        def s390x = ["s390x"]
+        tasks << getTasks(s390x, s390xStatics, { 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"