From 87c090ceeb9532ae23c7db88da4ad496710f8068 Mon Sep 17 00:00:00 2001 From: Username404 Date: Sun, 10 Apr 2022 11:39:42 +0200 Subject: [PATCH] Remove a useless comment in the Jenkinsfile Signed-off-by: Username404 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b93c81a..73a5c75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ final String windowsSuffix = '-windows' - MinGW32 G++/Clang (https://github.com/mstorsjo/llvm-mingw) for x86_64, i686, armhf and aarch64 */ -pipeline { // Multi-branch pipeline script for Yerbacon. +pipeline { agent any options {