From: Konstantinos Margaritis Date: Mon, 6 Dec 2021 18:33:37 +0000 (+0200) Subject: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9976fa4daa1341bb782859cb36dfb81fcd512d8;p=thirdparty%2Fvectorscan.git fix typo --- 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") {