From 233ab8d0e8e70a6769cdbf0e987c3ca225639bc4 Mon Sep 17 00:00:00 2001 From: Username404 Date: Tue, 5 Oct 2021 22:13:40 +0200 Subject: [PATCH] Add a comment listing a few required plugins in the Jenkinsfile --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7daff46..30bf53b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,12 @@ def buildTarget(String path, String rpmArch = 'noarch', String debArch = 'noarch String windowsSuffix = '-windows' +/* Required Plugins: + - CMake + - Sidebar Link + - Workspace Cleanup +*/ + pipeline { // Multi-branch pipeline script for Yerbacon. agent any