Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cliffano/convo-jenkins-helper
Helper node.js module for Convo Jenkins
https://github.com/cliffano/convo-jenkins-helper
convo jenkins
Last synced: 15 days ago
JSON representation
Helper node.js module for Convo Jenkins
- Host: GitHub
- URL: https://github.com/cliffano/convo-jenkins-helper
- Owner: cliffano
- License: mit
- Created: 2018-08-26T06:21:55.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T12:29:50.000Z (over 3 years ago)
- Last Synced: 2024-12-03T21:42:23.661Z (about 1 month ago)
- Topics: convo, jenkins
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://img.shields.io/travis/cliffano/convo-jenkins-helper.svg)](http://travis-ci.org/cliffano/convo-jenkins-helper)
[![Dependencies Status](https://img.shields.io/david/cliffano/convo-jenkins-helper.svg)](http://david-dm.org/cliffano/convo-jenkins-helper)
[![Coverage Status](https://img.shields.io/coveralls/cliffano/convo-jenkins-helper.svg)](https://coveralls.io/r/cliffano/convo-jenkins-helper?branch=master)
[![Published Version](https://img.shields.io/npm/v/convo-jenkins-helper.svg)](http://www.npmjs.com/package/convo-jenkins-helper)
[![Known Vulnerabilities](https://snyk.io/test/github/cliffano/convo-jenkins-helper/badge.svg)](https://snyk.io/test/github/cliffano/convo-jenkins-helper)
[![npm Badge](https://nodei.co/npm/convo-jenkins-helper.png)](http://npmjs.org/package/convo-jenkins-helper)Convo Jenkins Helper
--------------------Convo Jenkins Helper is a helper node.js module for [Convo Jenkins](http://github.com/cliffano/convo-jenkins).
It provides functions for:
* Retrieving Jenkins crumb to be added to all API calls
* Constructing arguments for calling API methods generated by [OpenAPI Generator](https://openapi-generator.tech/)
* Rendering parameters on conversation reply textsInstallation
------------npm install convo-jenkins-helper --save
Colophon
--------Related Projects:
* [Convo Jenkins](http://github.com/cliffano/convo-jenkins) - Convo agent and middleware for Jenkins