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 (c) 2016-2017 Jim Klimov
17 value=pkg:/developer/jenkins@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
25 # TODO: At some point this package should help mediate between weekly
26 # or LTS releases. Maybe it will do so automagically just by virtue of
27 # pulling newer updates of already-installed "require-any" dependencies?
29 fmri=pkg:/developer/jenkins-common
30 depend type=require-any \
31 fmri=pkg:/developer/jenkins-core-weekly \
32 fmri=pkg:/developer/jenkins-core-lts
34 fmri=pkg:/runtime/java/openjdk17
36 # Note: eventually we expect further packages for other webapp-server
37 # integrations (like tomcat, glassfish, etc.) - those would probably put a
38 # copy or link of the WAR file into corresponding auto-deploy location),
39 # and also require that the corresponding app-server is installed too ;)
40 depend type=require-any \
41 fmri=pkg:/developer/jenkins-standalone