1.1.1 • Published 4 years ago

jenkins-rxjs v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

jenkins-rxjs

A library for executing Jenkins Jobs with RxJs listeners

Build Status NPM version Downloads Standard Version styled with prettier Conventional Commits


✨ Features

  • runs entire jenkins job process
  • returns stream of observables

🔧 Installation

yarn add jenkins jenkins-rxjs

🎬 Getting started

Let's demonstrate simple usage with an example:

import * as createJenkins from 'jenkins';
import { JenkinsRxJs } from 'jenkins-rxjs';

const jenkinsPromisified = createJenkins({
  baseUrl: myJenkinsUrl,
  promisify: true,
});
const jenkinsRxJs = new JenkinsRxJs(jenkinsPromisified);

jenkinsRxJs.run(jobBuildOptions).subscribe(console.log);

🎭 Examples

Go checkout adeng-jenkins-cli and jenkins-jobs-runner for examples of integration.

📜 API

Full API can be found here.

🕵️ Troubleshooting

🥂 License

MIT as always

1.1.1

4 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.0

5 years ago