Remove a useless comment in the Jenkinsfile

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2022-04-10 11:39:42 +02:00
parent 6ecd006d09
commit 87c090ceeb
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ final String windowsSuffix = '-windows'
- MinGW32 G++/Clang (https://github.com/mstorsjo/llvm-mingw) for x86_64, i686, armhf and aarch64 - 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 agent any
options { options {