1.0.18 • Published 10 months ago

@hammadrauf/node-red-jenkins v1.0.18

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

Node-RED Jenkins

This node is using jenkins package to interact with Jenkins.

Configuration

You need to configure the Jenkins node with the URL of your Jenkins server and the credentials to use. For password you can use the user's password or an API token.

Using the Jenkins node

You can pass in msg.method and optional msg.params or specify a method/params in the configuration of the node.

msg.method is the Jenkins API method to call. For example, build.get.

msg.params is an object containing the parameters to pass to the method. For example, {"name": "myjob"}. If the method requires multiple parameters, you can pass them in an array. For example, ["myjob", 1].

After execution, the msg.payload will contain the result.

1.0.18

10 months ago

1.0.17

10 months ago

1.0.16

10 months ago

1.0.15

10 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago