Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandergw/jwsa_build_info_drupal
Drupal 8 module for Jenkins Web Scripts by Alex (JWSA)
https://github.com/alexandergw/jwsa_build_info_drupal
drupal jenkins
Last synced: 19 days ago
JSON representation
Drupal 8 module for Jenkins Web Scripts by Alex (JWSA)
- Host: GitHub
- URL: https://github.com/alexandergw/jwsa_build_info_drupal
- Owner: AlexanderGW
- License: gpl-3.0
- Created: 2019-05-08T21:47:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T22:47:09.000Z (over 4 years ago)
- Last Synced: 2024-12-17T08:11:38.147Z (19 days ago)
- Topics: drupal, jenkins
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drupal 8 module for Jenkins Web Scripts by Alex
### Install
Require package on Composer. The package is marked as a Drupal module, so will be automatically moved to the correct location.```composer require alexandergw/jwsa_build_info_drupal```
Enable module using Drush
```drush en -y jwsa_build_info_drupal```
Alternatively you can enable the module using the Drupal UI at `/admin/modules`
### Usage
Go to `/admin/reports/status` to view the deployed build information.