Add a comment listing a few required plugins in the Jenkinsfile

This commit is contained in:
Username404 2021-10-05 22:13:40 +02:00
parent 435bc45bd6
commit 233ab8d0e8
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -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