2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016-2018 Jim Klimov
14 # Copyright 2022 Till Wegmueller
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 # NOTE: Initial jenkins recipe had one component for both the JAR
19 # file downloads and the OpenIndiana integration helper packages.
20 # Due to this, initial version for helper packages starts from that.
22 COMPONENT_NAME
= jenkins
23 COMPONENT_VERSION
= 2.364
25 COMPONENT_FMRI
= developer
/jenkins
26 COMPONENT_CLASSIFICATION
= Web Services
/Application and Web Servers
27 COMPONENT_PROJECT_URL
= http
://jenkins-ci.org
/
28 COMPONENT_LICENSE
= MIT
29 COMPONENT_LICENSE_FILE
= jenkins.license
30 COMPONENT_SUMMARY
= Jenkins is a Java-based CI automation server
32 include $(WS_MAKE_RULES
)/ips.mk
51 # Auto-generated dependencies
52 REQUIRED_PACKAGES
+= SUNWcs
53 REQUIRED_PACKAGES
+= runtime
/java
/openjdk17