Remove a useless comment in the Jenkinsfile
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
6ecd006d09
commit
87c090ceeb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue