Add a comment listing a few required plugins in the Jenkinsfile
This commit is contained in:
parent
435bc45bd6
commit
233ab8d0e8
|
@ -11,6 +11,12 @@ def buildTarget(String path, String rpmArch = 'noarch', String debArch = 'noarch
|
||||||
|
|
||||||
String windowsSuffix = '-windows'
|
String windowsSuffix = '-windows'
|
||||||
|
|
||||||
|
/* Required Plugins:
|
||||||
|
- CMake
|
||||||
|
- Sidebar Link
|
||||||
|
- Workspace Cleanup
|
||||||
|
*/
|
||||||
|
|
||||||
pipeline { // Multi-branch pipeline script for Yerbacon.
|
pipeline { // Multi-branch pipeline script for Yerbacon.
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue