From fd0524b326a664651d5ca7587b885508dd284837 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sun, 13 Oct 2019 19:44:14 +0200 Subject: [PATCH] Fixed Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 69f3607..c090cfa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { environment { build_os_type="linux" - build_os_type="x64" + build_os_arch="amd64" } stages { @@ -167,7 +167,7 @@ pipeline { environment { build_os_type="linux" - build_os_type="x86" + build_os_arch="x86" } stages {