Skip to main content

Jenkins

@hivemq/jenkinsv2026.05.20.64· 11d agoMODELS
01Models1
@hivemq/jenkinsv2026.05.20.1jenkins.ts
fn triggerJob()
Trigger a Jenkins job with optional typed parameters and poll for completion
fn getJobStatus()
Get the current status of a specific Jenkins build
fn pollJobCompletion()
Poll a Jenkins build until it completes or timeout is reached
fn listJobs()
List Jenkins jobs and sync them as job resources
fn listNodes()
List connected nodes/agents on the Jenkins controller and store a snapshot
fn getJobConfig()
Fetch a Jenkins job's configuration (concurrency, agent label, throttle properties) and store it as a jobConfig resource
fn getArtifacts()
List and retrieve artifacts from a Jenkins build

Resources

job(infinite)— A Jenkins job
build(infinite)— A Jenkins build triggered or monitored
artifact(infinite)— Artifacts from a Jenkins build
nodes(infinite)— Snapshot of the controller's connected nodes/agents
jobConfig(infinite)— A Jenkins job's configuration — concurrency, agent label, throttle properties
02Previous Versions9
2026.05.20.1May 20, 2026

Modified 1 models

2026.04.27.34Apr 27, 2026
2026.04.24.30Apr 24, 2026

Modified 1 models

2026.04.14.28Apr 14, 2026
2026.04.10.23Apr 10, 2026
2026.04.10.3Apr 10, 2026
2026.04.10.2Apr 10, 2026
2026.04.10.1Apr 10, 2026
2026.04.09.2Apr 9, 2026
03Stats
F
33 / 100
Downloads
39
Archive size
18.2 KB
  • Has README or module doc0/2missing
  • README has a code example0/1missing
  • README is substantive0/1pending
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description0/1missing
  • Platform support declared (or universal)2/2earned
  • License declared0/1missing
  • Verified public repository0/2missing
04Platforms