aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins/build_artifacts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jenkins/build_artifacts.sh')
-rwxr-xr-xtools/jenkins/build_artifacts.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/jenkins/build_artifacts.sh b/tools/jenkins/build_artifacts.sh
index d5912010e3..9af553ae48 100755
--- a/tools/jenkins/build_artifacts.sh
+++ b/tools/jenkins/build_artifacts.sh
@@ -36,4 +36,7 @@
# NOTE: No empty lines should appear in this file before igncr is set!
set -ex -o igncr || set -ex
-python tools/run_tests/build_artifacts.py $@
+curr_platform="$platform"
+unset platform # variable named 'platform' breaks the windows build
+
+python tools/run_tests/task_runner.py -f artifact $language $curr_platform $architecture