From 1b6f37d6269b2fcb1b7081deeb952cd4965bc2f7 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Mon, 6 Dec 2021 20:33:37 +0200 Subject: [PATCH] fix typo --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0cac708..3dbef5b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -318,7 +318,8 @@ pipeline { } } } - stage("Clang-Release/AVX2") { + } + stage("Clang-Release/AVX2") { agent { label "x86" } stages { stage("Git checkout") {