Port details |
- py-jenkins-job-builder Manage Jenkins jobs with YAML
- 6.4.1 devel =2 6.3.0Version of this port present on the latest quarterly branch.
- Maintainer: lwhsu@FreeBSD.org
- Port Added: 2016-07-13 12:48:02
- Last Update: 2024-07-15 03:29:07
- Commit Hash: 994bb89
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://jenkins-job-builder.readthedocs.io/en/latest/
- Description:
- Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML or JSON
format and uses them to configure Jenkins. You can keep your job descriptions
in human readable text format in a version control system to make changes and
auditing easier. It also has a flexible template system, so creating many
similarly configured jobs is easy.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}jenkins-job-builder>0:devel/py-jenkins-job-builder@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-jenkins-job-builder/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-jenkins-job-builder
- pkg install py311-jenkins-job-builder
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-jenkins-job-builder listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-jenkins-job-builder
- Package flavors (<flavor>: <package>)
- py311: py311-jenkins-job-builder
- distinfo:
- TIMESTAMP = 1721012854
SHA256 (jenkins-job-builder-6.4.1.tar.gz) = 45eeeb340726d1ca52c75b664b34e37c3956ef2db7ea5cc52858d5c34b944e6c
SIZE (jenkins-job-builder-6.4.1.tar.gz) = 696246
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-pbr>0 : devel/py-pbr@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-pbr>0 : devel/py-pbr@py311
- py311-six>0 : devel/py-six@py311
- py311-stevedore>0 : devel/py-stevedore@py311
- py311-python-jenkins>0 : devel/py-python-jenkins@py311
- py311-fasteners>0 : devel/py-fasteners@py311
- py311-Jinja2>0 : devel/py-Jinja2@py311
- py311-requests>0 : www/py-requests@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-jenkins-job-builder
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.4.1 15 Jul 2024 03:29:07 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 6.4.1
Sponsored by: The FreeBSD Foundation |
6.3.0_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
6.3.0 10 May 2024 06:48:54 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 6.3.0
Sponsored by: The FreeBSD Foundation |
6.0.0 13 Feb 2024 03:19:54 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 6.0.0
Sponsored by: The FreeBSD Foundation |
5.0.4 18 Aug 2023 09:37:50 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 5.0.4
Sponsored by: The FreeBSD Foundation |
5.0.3 18 Jul 2023 02:38:08 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 5.0.3
Sponsored by: The FreeBSD Foundation |
5.0.2 18 Apr 2023 05:05:23 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 5.0.2
Sponsored by: The FreeBSD Foundation |
4.3.0 25 Mar 2023 10:24:21 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 4.3.0
Sponsored by: The FreeBSD Foundation |
4.1.0 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.1.0 07 Jun 2022 17:25:20 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 4.1.0
Sponsored by: The FreeBSD Foundation |
4.0.0 12 Apr 2022 17:03:03 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 4.0.0 |
3.12.0 03 Feb 2022 16:28:27 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 3.12.0 |
3.11.0 19 Oct 2021 03:15:15 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 3.11.0
Sponsored by: The FreeBSD Foundation |
3.10.0 13 Sep 2021 15:41:29 |
Li-Wen Hsu (lwhsu) |
devel/py-jenkins-job-builder: Update to 3.10.0
Sponsored by: The FreeBSD Foundation |
3.9.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.9.0 17 Mar 2021 04:38:45 |
lwhsu |
devel/py-jenkins-job-builder: Update to 3.9.0
Sponsored by: The FreeBSD Foundation |
3.8.0 18 Jan 2021 14:32:23 |
lwhsu |
devel/py-jenkins-job-builder: Update to 3.8.0
Sponsored by: The FreeBSD Foundation |
3.7.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.7.0 23 Nov 2020 07:29:24 |
lwhsu |
devel/py-jenkins-job-builder: Update to 3.7.0
Sponsored by: The FreeBSD Foundation |
3.6.0 25 Sep 2020 17:43:03 |
lwhsu |
devel/py-jenkins-job-builder: Update to 3.6.0
Sponsored by: The FreeBSD Foundation |
3.5.0 18 Jul 2020 08:41:29 |
lwhsu |
Update to 3.5.0
Sponsored by: The FreeBSD Foundation |
3.4.0 27 May 2020 10:19:33 |
lwhsu |
- Update to 3.4.0
Sponsored by: The FreeBSD Foundation |
3.3.0 07 Mar 2020 10:55:02 |
lwhsu |
- Update to 3.3.0
Sponsored by: The FreeBSD Foundation |
3.2.0 23 Dec 2019 03:21:41 |
lwhsu |
- Update to 3.2.0
Sponsored by: The FreeBSD Foundation |
3.1.0 07 Nov 2019 06:31:59 |
lwhsu |
- Update to 3.1.0
Sponsored by: The FreeBSD Foundation |
3.0.2 26 Sep 2019 00:36:22 |
lwhsu |
- Update to 3.0.2
Sponsored by: The FreeBSD Foundation |
2.10.1 23 Jul 2019 06:57:04 |
lwhsu |
- Update to 2.10.1
Sponsored by: The FreeBSD Foundation |
2.10.0 10 Apr 2019 14:00:07 |
lwhsu |
- Update to 2.10.0
Sponsored by: The FreeBSD Foundation |
2.9.1 07 Dec 2018 09:34:11 |
lwhsu |
- Update to 2.9.1
Sponsored by: The FreeBSD Foundation |
2.9.0 03 Dec 2018 06:58:41 |
lwhsu |
- Update to 2.9.0
Sponsored by: The FreeBSD Foundation |
2.8.0 19 Nov 2018 22:34:15 |
lwhsu |
- Update to 2.8.0
Sponsored by: The FreeBSD Foundation |
2.7.0 06 Nov 2018 20:27:59 |
lwhsu |
- Update to 2.7.0
Sponsored by: The FreeBSD Foundation |
2.6.0 19 Oct 2018 16:55:30 |
lwhsu |
- Update to 2.6.0
Sponsored by: The FreeBSD Foundation |
2.5.0 27 Sep 2018 22:16:23 |
lwhsu |
- Update to 2.5.0
Sponsored by: The FreeBSD Foundation |
2.4.0 09 Sep 2018 22:59:03 |
lwhsu |
- Update to 2.4.0
Sponsored by: The FreeBSD Foundation |
2.3.0 28 Aug 2018 13:46:39 |
lwhsu |
- Update to 2.3.0
Sponsored by: The FreeBSD Foundation |
2.0.11 01 Jul 2018 01:20:36 |
lwhsu |
- Update to 2.0.11
Sponsored by: The FreeBSD Foundation |
2.0.9 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.0.9 20 Jun 2018 16:58:30 |
mat |
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight |
2.0.9 07 Jun 2018 06:26:39 |
lwhsu |
- Update to 2.0.9 |
2.0.8 01 Jun 2018 18:07:07 |
lwhsu |
- Update to 2.0.8 |
2.0.7 16 May 2018 09:36:58 |
lwhsu |
- Update to 2.0.7 |
2.0.3 17 Mar 2018 10:45:10 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
2.0.3 11 Mar 2018 05:16:00 |
lwhsu |
- Update to 2.0.3 |
2.0.2 14 Feb 2018 07:09:14 |
lwhsu |
- Update to 2.0.2 |
2.0.1 27 Jan 2018 12:42:14 |
lwhsu |
- Update to 2.0.1 |
2.0.0 25 Jan 2018 16:18:39 |
lwhsu |
- Update to 2.0.0 |
2.0.0.0.b3 10 Jan 2018 05:07:28 |
lwhsu |
- Update to 2.0.0.0b3 |
2.0.0.0.b2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.0.0.0.b2 21 Mar 2017 15:53:28 |
lwhsu |
- Update to 2.0.0.0b2 |
2.0.0.0.b1 17 Feb 2017 05:36:30 |
lwhsu |
- Update to 2.0.0.0b1 |
1.6.1 13 Jul 2016 12:47:51 |
lwhsu |
Add py27-jenkins-job-builder-1.6.1 |