shared-macros.mk: simplify java settings
[oi-userland.git] / components / developer / jenkins / jenkins-standalone.p5m
blob3f515136d100591633fe5c896517a6d393b41d2d
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
5 # 1.0 of the CDDL.
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
16 # NOTE: This package provides the integration service for standalone
17 # execution of Jenkins in its Jetty server. There are other ways to
18 # run it (e.g. as a web-application inside a container like Tomcat or
19 # Glassfish) which can become the subject of other similar packages.
21 set name=pkg.fmri \
22     value=pkg:/developer/jenkins-standalone@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
23 set name=pkg.summary value="$(COMPONENT_SUMMARY) - standalone service"
24 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
25 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
26 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
28 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
30 depend type=require \
31     fmri=pkg:/developer/jenkins-common
32 depend type=require-any \
33     fmri=pkg:/developer/jenkins-core-weekly \
34     fmri=pkg:/developer/jenkins-core-lts
35 depend type=require \
36     fmri=pkg:/runtime/java/openjdk17
37 # The font is required by Jenkins Web-GUI to start up, see
38 #   https://wiki.jenkins.io/display/JENKINS/Jenkins+got+java.awt.headless+problem
39 depend type=require \
40     fmri=pkg:/system/font/truetype/dejavu
42 file \
43     files/jenkins-standalone.xml \
44     path=lib/svc/manifest/network/jenkins-standalone.xml \
45     restart_fmri=svc:/system/manifest-import:default
47 dir group=jenkins owner=jenkins mode=0755 path=var/lib/jenkins/standalone-war