REST API
Many objects of Jenkins provide the remote access API. They are available
at /jenkins/.../api/
where "..." portion is the object for
which you'd like to access.
- XML API
-
Access data exposed in HTML as XML for machine consumption.
Schema is also available.
You can also specify optional XPath to control the fragment you'd like to obtain (but see below). For example,
../api/xml?xpath=/*/*[0]
.For XPath that matches multiple nodes, you need to also specify the "wrapper" query parameter to specify the name of the root XML element to be create so that the resulting XML becomes well-formed.
Similarly
exclude
query parameter can be used to exclude nodes that match the given XPath from the result. This is useful for trimming down the amount of data you fetch (but again see below). This query parameter can be specified multiple times.XPath filtering is powerful, and you can have it only return a very small data, but note that the server still has to build a full DOM of the raw data, which could cause a large memory spike. To avoid overloading the server, consider using the
tree
parameter, or use thexpath
parameter in conjunction with thetree
parameter. When used together, the result of thetree
parameter filtering is built into DOM, then the XPath is applied to compute the final return value. In this way, you can often substantially reduce the size of DOM built in memory. - JSON API
-
Access the same data as JSON for JavaScript-based access.
tree
may be used. - Python API
Access the same data as Python for Python clients. This can be parsed into Python objects as
ast.literal_eval(urllib.urlopen("...").read())
and the resulting object tree is identical to that of JSON.
For more information about remote API in Jenkins, see the documentation.
Controlling the amount of data you fetch
The tree
query parameter allows you to explicitly specify and retrieve only
the information you are looking for, by using an XPath-ish path expression.
The value should be a list of property names to include, with sub-properties inside square braces.
Try tree=jobs[name],views[name,jobs[name]]
to see just a list of jobs (only giving the name) and views (giving the name and jobs they contain).
Note: for array-type properties (such as jobs
in this example),
the name must be given in the original plural, not in the singular as the element would appear in XML (<job>
).
This will be more natural for e.g. json?tree=jobs[name] anyway:
the JSON writer does not do plural-to-singular mangling because arrays are represented explicitly.
For array-type properties, a range specifier is supported. For example, tree=jobs[name]{0,10}
would
retrieve the name of the first 10 jobs. The range specifier has the following variants:
- {M,N}: From the M-th element (inclusive) to the N-th element (exclusive).
- {M,}: From the M-th element (inclusive) to the end.
- {,N}: From the first element (inclusive) to the N-th element (exclusive). The same as {0,N}.
- {N}: Just retrieve the N-th element. The same as {N,N+1}.
Another way to retrieve more data is to use the depth=N
query parameter.
This retrieves all the data up to the specified depth.
Compare depth=0 and depth=1 and see what the difference
is for yourself. Also note that data created by a smaller depth value is always a subset of
the data created by a bigger depth value.
Because of the size of the data, the depth
parameter should really be only used to explore
what data Jenkins can return. Once you identify the data you want to retrieve, you can then come up with
the tree
parameter to exactly specify the data you need.
Available Plugins
Each plugin advertised in an update site has its own URL:
- ASM API
- EDDSA API
- Metrics
- Theme Manager
- Dark Theme
- Docker Pipeline
- Lockable Resources
- Pipeline Graph View
- Role-based Authorization Strategy
- MapDB API
- Popper.js 2 API
- Subversion
- External Monitor Job Type
- Bitbucket Branch Source
- jQuery
- Parameterized Trigger
- DataTables.net API
- Infrastructure plugin for Publish Over X
- Server Sent Events (SSE) Gateway
- Popper.js API
- Apache HttpComponents Client 5.x API
- Pipeline Utility Steps
- Dashboard for Blue Ocean
- Publish Over SSH
- Bootstrap 4 API
- Run Condition
- i18n for Blue Ocean
- Display URL for Blue Ocean
- Personalization for Blue Ocean
- Config API for Blue Ocean
- Blue Ocean Pipeline Editor
- Bitbucket Pipeline for Blue Ocean
- Events API for Blue Ocean
- Blue Ocean
- JavaScript GUI Lib: jQuery bundles (jQuery and jQuery UI)
- Conditional BuildStep
- EnvInject API
- Commons Compress API
- Environment Injector
- Prism API
- SonarQube Scanner
- Docker API
- AnsiColor
- Rebuilder
- Docker
- Copy Artifact
- Mercurial
- Active Choices
- Kubernetes Client API
- Configuration as Code
- Kubernetes Credentials
- Cloud Statistics
- Slack Notification
- Job DSL
- Kubernetes
- Amazon Web Services SDK :: Minimal
- build user vars
- AWS Credentials
- Pipeline: Declarative Agent API
- Generic Webhook Trigger
- Autofavorite for Blue Ocean
- Jira
- Amazon Web Services SDK :: EC2
- Job Configuration History
- Forensics API
- Build Name and Description Setter
- Extended Choice Parameter
- Active Directory
- Dashboard View
- IT Symbols API
- ThinBackup
- Pipeline Maven Integration
- Groovy
- Locale
- Amazon Web Services SDK :: ECR
- Amazon Web Services SDK :: All
- Amazon Web Services SDK :: IAM
- Amazon Web Services SDK :: CloudFormation
- Amazon Web Services SDK :: Elastic Beanstalk
- Simple Theme
- JIRA Integration for Blue Ocean
- jnr-posix API
- Analysis Model API
- Amazon Web Services SDK :: SQS
- Amazon Web Services SDK :: SNS
- Authorize Project
- Bitbucket
- Warnings
- Amazon Web Services SDK :: ECS
- Email Extension Template
- Mask Passwords
- Amazon Web Services SDK :: SSM
- Amazon Web Services SDK :: CodeBuild
- Amazon Web Services SDK :: Logs
- Artifactory
- Badge
- Extended Read Permission
- Throttle Concurrent Builds
- Monitoring
- Parameterized Scheduler
- Pipeline Maven Plugin API
- Amazon Web Services SDK :: EFS
- Ansible
- PowerShell
- Commons HttpClient 3.x API
- Office 365 Connector / Power Automate workflows
- Code Coverage
- JaCoCo
- MSBuild
- Prometheus metrics
- built-on-column
- Node and Label parameter
- SAML
- Groovy Postbuild
- Build Pipeline
- Multiple SCMs
- Post build task
- H2 API
- Amazon Web Services SDK :: Secrets Manager
- Cobertura
- Amazon Web Services SDK :: kinesis
- Coverage
- Allure
- Amazon Web Services SDK :: Elastic Load Balancing V2
- Amazon Web Services SDK :: Lambda
- Amazon Web Services SDK :: CloudFront
- Amazon Web Services SDK :: Organizations
- Amazon Web Services SDK :: CodeDeploy
- Amazon Web Services SDK :: Api Gateway
- Icon Shim
- CVS
- Job Import
- Extensible Choice Parameter
- Ivy
- Node Iterator API
- Build Timestamp
- Pipeline: AWS Steps
- Amazon Web Services SDK 2 :: Core
- Parameterized Remote Trigger
- Amazon Web Services SDK 2 :: EC2
- xUnit
- Multijob
- Embeddable Build Status
- OAuth Credentials
- Build With Parameters
- DTKit 2 API
- Build Monitor View
- Amazon Web Services SDK :: Autoscaling
- JSoup
- docker-build-step
- GitHub Authentication
- Build Blocker
- CloudBees Disk Usage Simple
- Basic Branch Build Strategies
- Green Balls
- Kubernetes CLI
- PostBuildScript
- View Job Filters
- Translation Assistance
- Performance
- Naginator
- Google OAuth Credentials
- Amazon EC2
- Safe Restart
- Deploy to container
- Log Parser
- Python
- Azure SDK API
- Build Authorization Token Root
- Pipeline: GitHub
- Audit Trail
- Cucumber reports
- OWASP Dependency-Check
- description setter
- HashiCorp Vault
- Hidden Parameter
- Pipeline: Multibranch with defaults
- disk-usage
- promoted builds
- jQuery UI
- File Operations
- Next Build Number
- Maven Release Plug-in
- Plugin Usage
- Flatpickr API
- Robot Framework
- Amazon ECR
- GitHub Pull Request Builder
- Validating String Parameter
- File Parameter
- S3 publisher
- CloudBees Docker Build and Publish
- Parameter Separator
- Bitbucket Server Integration
- Nested View
- Nexus Artifact Uploader
- Test Results Analyzer
- TestNG Results
- Configuration Slicing
- Git Changelog
- Text Finder
- Kubernetes Credentials Provider
- Bitbucket Server Notifier
- Strict Crumb Issuer
- Permissive Script Security
- Publish Over FTP
- Extra Columns
- Delivery Pipeline
- OpenId Connect Authentication
- Scriptler
- Gerrit Trigger
- Amazon Web Services SDK :: CloudWatch
- Swarm
- DingTalk
- Pipeline NPM Integration
- Discard Old Build
- Flexible Publish
- Sidebar Link
- Build Failure Analyzer
- Gitlab Merge Request Builder
- skip-certificate-check
- P4
- Emoji Symbols API
- Schedule Build
- Startup Trigger
- Azure Credentials
- Microsoft Entra ID (previously Azure AD)
- Multibranch Scan Webhook Trigger
- Sonar Quality Gates
- Job Restrictions
- global-build-stats
- Plot
- Docker Compose Build Step
- Login Theme
- Version Number
- Global Slack Notifier
- Pre SCM BuildStep
- Pipeline GitHub Notify Step
- JIRA Pipeline Steps
- Configuration as Code Plugin - Groovy Scripting Extension
- Go
- Bitbucket Push and Pull Request
- Build Environment
- GitLab Logo
- Folder Properties
- Date Parameter
- Xvfb
- Google Login
- Backup
- Terraform
- Docker Slaves
- Mina SSHD API :: SCP
- Pyenv Pipeline
- JUnit Attachments
- Priority Sorter
- MSTest
- NUnit
- Gitea
- Database
- OWASP Dependency-Track
- List Git Branches Parameter
- Bitbucket Build Status Notifier
- categorized-view
- Purge Job History
- Persistent Parameter
- Azure Commons
- Git Push
- Checkmarx
- Support Core
- Amazon Elastic Container Service (ECS) / Fargate
- Xcode integration
- Join
- Customizable Header
- Periodic Backup
- Notification
- Mail Watcher
- Claim
- Custom Tools
- Dynamic Extended Choice Parameter
- Eclipse Temurin installer
- Pipeline Aggregator View
- Versions Node Monitors
- Material Theme
- Atlassian Jira Software Cloud
- JFrog
- Managed Scripts
- Gitee
- AWS Global Configuration
- Pipeline: Shared Groovy Libraries through HTTP retrieval
- Purge Build Queue
- ShiningPanda
- GitHub Checks
- Build Trigger Badge
- Bitbucket Pullrequest Builder
- Sectioned View
- AWS Secrets Manager Credentials Provider
- Maven Artifact ChoiceListProvider (Nexus)
- Kubernetes :: Pipeline :: DevOps Steps
- Publish Over CIFS
- OpenTelemetry API
- XTrigger API
- Webhook Step
- Folder-based Authorization Strategy
- Async Http Client
- REPO
- Artifact Deployer
- Logstash
- Distributed Workspace Clean
- Next Executions
- SCP publisher
- InfluxDB
- JIRA Trigger
- Qy Wechat Notification
- Splunk
- nvm-wrapper
- Show Build Parameters
- Email Ext Recipients Column
- Hashicorp Vault Pipeline
- Remote Jenkinsfile Provider
- CORS support
- Datadog
- Solarized Theme
- Convert To Pipeline
- Gatling
- Pipeline: Multibranch build strategy extension
- Ansible Tower
- Bitbucket OAuth
- Dependency Graph Viewer
- Cppcheck
- Quality Gates
- Build Discarder
- Clover
- Environment Script
- Repository Connector
- Amazon Web Services SDK 2 :: ECR
- Last Changes
- Pipeline timeline
- Maven Invoker
- .NET SDK Support
- Snyk Security
- DEPRECATED Blue Ocean Executor Info
- SAML Single Sign On(SSO)
- Black Duck Detect
- Reverse Proxy Auth
- Git Forensics
- XML Job to Job DSL
- Byte Buddy API
- Project Description Setter
- Artifact Manager on S3
- Build Token Trigger
- CloudBees Credentials
- Least Load
- Zentimestamp
- Job and Stage monitoring
- Downstream build view
- NPM and Yarn Wrapper and Steps
- URLTrigger
- Release
- MSTestRunner
- Agent Setup
- EC2 Fleet
- Port Allocator
- CMake
- Rich Text Publisher
- Filesystem Trigger
- CloudBees Docker Custom Build Environment
- Cucumber json test reporting
- Matrix Combinations
- sbt
- GitHub PR Comment Build
- Google Metadata
- Mattermost Notification
- Shelve Project
- Multi-Branch Project Plugin (DEPRECATED)
- OpenTelemetry
- Nuget
- Fail The Build
- Selenium HTML report
- Violations
- Git Tag Message
- Project statistics
- Maven Metadata Plugin for Jenkins CI server
- Global Variable String Parameter
- Pipeline Remote Loader
- OpenShift Client
- Text Finder Run Condition
- Cron Column
- People View
- Text File Operations
- ChuckNorris
- LDAP Email
- chromedriver
- Calendar View
- Downstream Build Cache
- Console Column
- Google Chat Notification
- Keychains and Provisioning Profiles Management
- JUnit Realtime Test Reporter
- BrowserStack
- AWS CodeDeploy
- Violation Comments to GitLab
- Jira Issue Updater
- MySQL Database
- Unity3d
- Fortify
- Declarative Pipeline Migration Assistant API
- vSphere
- Google Play Android Publisher
- Environment File
- Compact Columns
- Image Tag Parameter
- secondary timestamper
- Run Condition Extras
- Agent Status
- Discord Notifier
- build-metrics
- Sonargraph Integration
- Maven Repository Scheduled Cleanup
- AWS Lambda
- Splunk Plugin Extension
- Xray - Test Management for Jira
- Build History Metrics
- Yet Another Build Visualizer
- EZ Templates
- BuildResultTrigger
- Filesystem List Parameter
- Clone Workspace SCM
- Android Emulator
- Keycloak Authentication
- SVN 1.4 Compatibility
- Google Cloud Storage
- Build Notifications
- Template Project
- Pipeline: Groovy HTTP
- Poll SCM
- Pipeline Configuration History
- Templating Engine
- Downstream-Ext
- Custom Folder Icon
- Scoring Load Balancer
- Test Results Aggregator
- CodeSonar
- VSTest Runner
- SCM Sync Configuration
- SQLPlus Script Runner
- SLOCCount
- Any Build Step
- artifact-promotion
- Azure CLI
- ClearCase
- Maven Repository Server
- Groovy Label Assignment
- Summary Display
- Multiselect parameter
- GitLab Credentials - Kubernetes Integration
- Azure Key Vault
- NAnt
- instant-messaging
- Sonar Gerrit
- GitHub Pull Request Coverage Status
- Azure Storage
- Modern Status
- AWS CodeBuild
- Job Cacher
- Amazon S3 Bucket Credentials
- Readonly Parameter
- OpenText Application Automation Tools
- Slack Upload
- CloudBees Docker Hub/Registry Notification
- Job and Node ownership
- UpdateSites Manager
- GitHub Custom Notification Context SCM Behaviour
- MySQL API
- Declarative Pipeline Migration Assistant
- Veracode Scan
- Google Compute Engine
- Synopsys Coverity
- Dependency Analyzer
- Azure VM Agents
- Gerrit Code Review
- Gradle Repo
- GitHub Commit Skip SCM Behaviour
- SonarQube Generic Coverage
- Compress Artifacts
- TAP
- All changes
- Subversion Workspace Cleaner
- Sauce OnDemand
- SCM Skip
- Multibranch Pipeline Inline Definition
- Build Keeper
- PostgreSQL Database
- File System SCM
- buildgraph-view
- Label Linked Jobs
- Changes since last successful build
- Tool Environment
- Gogs
- Copy project link
- AWS Secrets Manager SecretSource
- Skip Notifications Trait
- JiraTestResultReporter
- AWS Parameter Store Build Wrapper
- PostgreSQL API
- packer
- AWS CodePipeline
- Bitbucket Commit Skip SCM Behaviour
- Doxygen
- jira-ext
- Yet Another Docker
- External Workspace Manager
- Gravatar
- Progress Bar Column
- FTP publisher
- Project Build Times
- Job/Queue/Agents Monitoring
- Shared Workspace
- build log file size checker
- GitBucket
- Maven Deployment Linker
- Xvnc
- TestComplete support
- MultiBranch Action Triggers
- qTest
- Selenium
- Job Generator
- Performance Publisher
- Content Replace
- anything-goes-formatter
- SCM Filter Branch PR
- Configuration as Code AWS SSM secrets
- Poll Mailbox Trigger
- Dynamic Axis
- Fingerprint
- Jobcopy Builder
- Flaky Test Handler
- Test In Progress
- Maven SNAPSHOT Check
- Global Post Script
- Cucumber Trend Reports
- Stash Pullrequest Builder
- Build Cause Run Condition
- Markdown Formatter
- Build Time Blame
- Build History Manager
- Official OWASP ZAP
- Windows Exe Runner
- Google Container Registry Auth
- Google Kubernetes Engine
- Parallel Test Executor
- change-assembly-version-plugin
- Change Log History
- OpenShift Sync
- RocketChat Notifier
- AWSEB Deployment
- PagerDuty
- HipChat
- Disable GitHub Multibranch Status
- Ignore Committer Strategy
- Test stability history
- Rake
- Custom Checkbox Parameter
- Cloud Foundry
- HTTP POST
- cucumber-perf
- Display Console Output
- Scoverage
- Pipeline: Shared Groovy Libraries through Nexus retrieval
- GitHub Issues
- Compress Build Log
- Copy data to workspace
- Editable Choice
- XFrame Filter
- Gitea Checks
- Simple Parameterized Builds Report
- Audit Log
- JDepend
- Telegram Bot
- OpenID4Java API
- Emma
- Anchore Container Image Scanner
- Bitbucket Filter Project Trait
- Unleash Maven
- Amazon EC2 Container Service plugin with autoscaling capabilities
- Dingding JSON Pusher
- CAS
- Pipeline Maven Plugin Database
- CloudBees Docker Traceability
- Nexus Task Runner
- Simple Build DSL for Pipeline
- Block Queued Job
- Clover PHP
- Matrix Groovy Execution Strategy
- Upload to pgyer
- Redmine
- OpenShift Login
- Node Name Column
- Heavy Job
- Report Info
- Bulk Builder
- Export Prameters
- Exclusion
- cross-platform shell
- Docker Swarm
- Status Monitor
- Elastic Axis
- Bitbucket Approve
- Promoted Builds (Simple)
- OpenID Connect Provider
- Terminate ssh processes
- App Center
- Violation Comments to Bitbucket Server
- Radiator View
- Android Signing
- OpenStack Cloud
- Rundeck
- WinRM Client
- OWASP ZAP
- PegDown Formatter
- Subversion Revert
- Flyway Runner
- Exclusive Execution
- Mina SSHD API :: SFTP
- SiteMonitor
- Groovy Remote Control
- Violation Comments to GitHub
- Multi slave config
- Wall Display Master Project
- batch task
- Build Symlink
- DocLinks
- Ant In Workspace
- Run Selector
- Shared Objects
- Job Parameter Summary
- Percentage Disk Space Node Column
- Aliyun OSS Uploader
- Team Concert
- Fortify on Demand
- Klocwork Analysis
- Matrix Reloaded
- Conjur Secrets
- cucumber-slack-notifier
- Notify.Events
- AntExec
- bootstraped-multi-test-results-report
- Katalon
- Random String Parameter
- Custom View Tabs
- GCloud SDK
- Flyway API
- New Relic Deployment Notifier
- Checkmarx AST Scanner
- Pipeline Dependency Walker
- export dynamic job data
- CloudBees File Leak Detector
- Personal View
- Slave Monitor for system load average
- Build View Column
- Favorite View
- Valgrind
- multi-module-tests-publisher
- Mission Control
- GCP Secrets Manager Credentials Provider
- Aqua Security Scanner
- HTML5 Notifier
- GitHub Branch Source Pull Request Change Filter
- Read-only configurations
- Files Found Trigger
- Enhanced Old Build Discarder
- Commons Math3 API
- emotional-jenkins-plugin
- Environment Dashboard
- Gerrit Verify Status Reporter
- Metrics Disk Usage
- Select2 Api
- Additional Metrics
- Collapsing Console Sections
- Octopus Deploy
- Kerberos SSO
- Oracle Cloud Infrastructure Compute
- MFA/Two-Factor-Authentication(2FA)
- AnchorChain
- Pipeline As YAML (Incubated)
- RabbitMQ Consumer
- XebiaLabs XL Deploy
- Deploy WebLogic
- Custom Job Icon
- Google Authenticated Source
- Image Gallery
- Cygpath
- Zephyr Scale
- RubyMetrics
- Azure App Service
- Lucene-Search
- OpenID
- Project Inheritance
- ZAP Pipeline
- Drop Down ViewsTabBar
- Extra Tool Installers
- Log File Filter
- AWS Code Commit Jobs
- Simple Queue
- Health Advisor by CloudBees
- Statistics Gatherer
- Configure Job Column
- OpenShift Pipeline
- Maven Cascade Release
- aws-device-farm
- Publish to Bitbucket
- Uptime
- Display Upstream Changes
- Bitbucket Pull Requests filter
- svnmerge
- Jira Integration
- Customize Build Now Label
- IvyTrigger
- Outbound WebHook for build events
- Slave Utilization
- Job Poll Action
- Gradle Daemon saver
- Description Column
- FitNesse
- Cucumber Living Documentation
- Call Remote Job
- Phing
- Liquibase Runner
- Minio
- Pipeline: Deploymon.io Steps
- Parasoft Findings
- Bitbucket Aged References SCM Filter
- Secure Requester Whitelist
- ReadyAPI Functional Testing
- AWS CodeCommit URL Helper
- Redeploy Rancher2.x Workload
- Unique ID Library
- Azure Credentials Ext
- Consul KV Builder
- Concurrent Step
- JClouds
- CloudFormation
- Gerrit Checks API
- HSTS Filter
- build-env-propagator
- Tracking SVN
- Azure Container Agents
- Mesos Cloud
- Pipeline Input Step Notification
- Sumologic Publisher
- Customized Build Message
- Gatling Check
- JGiven
- Create Job Advanced
- /userContent in Git
- TestComplete xUnit
- Alternative build chooser
- SCM to job
- patch-parameter
- Console Tail
- TestLink
- Console Badge
- Labelled Pipeline Steps
- Bitbucket Approval Filter
- Global Pre Script
- Dynamic Search View
- Bitbucket Jira Validator SCM Filter
- Github label filter
- Logging
- JenkinsLint
- Pipeline restFul API
- Bitbucket Credentials - Kubernetes Integration
- Windows cloud
- HTMLResource
- MATLAB
- SaltStack
- ConjurSimpleIntegration
- Jabber (XMPP) notifier and control
- Phabricator Differential
- Prerequisite build step
- Custom Build Properties
- URL SCM
- Visual Studio Code Metrics
- diskcheck
- Groovy Events Listener
- Extreme Notification
- Tracking Git
- Selenium Builder
- Backup and interrupt job
- Terminal
- WXWork Notification
- java.io.tmpdir cleaner
- Subversion Partial Release Manager
- UiPath
- Job Log Logger
- Amazon SNS Build Notifier
- CCtray XML (cc.xml)
- Release Helper
- Disable Failed Job
- Netsparker Enterprise Scan
- Extended Security Settings
- Artifactory Client API
- OpsGenie
- AWS Elastic Beanstalk Publisher
- Started-By Environment Variable
- Job Node Stalker
- Queue cleanup
- Pretested Integration
- AWS CodeCommit Trigger
- Template Workflows
- Workspace Whitespace Replacement
- countjobs-viewstabbar
- Remote Terminal Access
- REST List Parameter
- Build Steps from Json
- Mac
- Cisco Spark Notifier
- Distributed Fork
- FxCop Runner
- WebSphere Deployer
- Coverage/Complexity Scatter Plot
- GitHub Aged References SCM Filter
- VncViewer
- Azure Artifact Manager
- DotNet as Script
- Stash Branch Parameter
- view-cloner
- Syslog logger
- Matrix sorter
- Tests Selector
- Deployment Dashboard
- Git PreBuildMerge Trait
- HCL AppScan
- Archived Artifact Url Viewer
- Coverity
- CocoaPods Jenkins Integration
- PWauth Security Realm
- CppNCSS
- Variables Replace
- Clang Scan-Build
- Harbor
- VS Team Services Continuous Deployment
- deployment-notification
- JavaNCSS
- Job Revision
- JobFanIn
- post-completed-build-result
- Dry Run
- Serenity
- Memory Map
- Deployed On Column
- ViewVC
- Github App Kubernetes Credentials
- Websocket Notifier
- Azure Container Registry Tasks
- Matrix Tie Parent
- Seed Jenkins
- accelerated-build-now-plugin
- Artifact Manager Artifactory
- GitHub Jira Validator SCM Filter
- Service Now
- Autograding
- Customizable HTML Formatter
- SeleniumRC
- GitHub Status Wrapper
- Lighthouse Report
- StepCounter
- WildFly Deployer
- FLOW
- Job Type Column
- Sounds
- Orka by MacStadium
- PlasticSCM
- Qualys Web App Scanning Connector
- Line Numbers
- Metrics DataDog
- SVN 1.3 Compatibility
- PIT Mutation
- Ranorex Test Execution
- Regression Report
- SCM-Manager
- URL Auth
- MQ Notifier
- lambdatest-automation
- Message Injector
- AWS SAM
- Describe With Params
- VectorCAST Coverage
- Short Workspace Path
- AppDynamics Dashboard
- Hubot Pipeline Steps
- Pipeline Agent Build History
- Microsoft SQL Server Database
- Gearman
- DOS Trigger
- Windows Negotiate SSO
- Box UK - JSLint
- GrypeScanner
- Generic Event
- Last Success Version Column
- Lenient shutdown
- MSTeams Webhook Trigger
- Mail Commander Plugin for Jenkins-ci
- Crap4J
- Mock Agent
- Validating Email Parameter
- eXtreme Feedback Panel
- Microsoft SQL Server API
- Metrics Graphite Reporting
- Backlog
- Blame Subversion
- Jackson Databind
- Job Tags
- Gitflow
- Muuri.js API
- Project Health Report
- Semantic Versioning
- 42Crunch REST API Static Security Testing
- Nomad
- Azure Function
- Zephyr Enterprise Test Management
- Junit SQL Storage
- Audit to Database
- AWS Lambda Cloud
- Flowdock
- Build Alias Setter
- Deployer Framework
- Google Cloud Build
- Helix QAC
- Artifact diff
- BlazeMeter
- InfluxDB Query
- Pull Request Monitoring
- Thucydides
- VectorCAST Execution
- Keyboard Shortcuts
- Coordinator
- ServiceNow DevOps
- Slave Monitor for network connectivity
- AWS SQS trigger
- Parameter Pool
- Selenium Capability Axis
- commons-lang v2.x Jenkins Api
- ChatWork
- JMeter Load Testing in the Cloud for CI/CD by LoadFocus
- GitHub Coverage Reporter
- JSUnit
- JWT Auth
- CLI Commander
- DigitalOcean
- Metadata
- Publish Over Dropbox
- Nested Data Reporting
- Azure Container Service
- DevOps Portal
- Periodic Reincarnation
- TestComplete 11 xUnit
- Config-Driven Pipeline
- Gitea PAT Kubernetes Credentials
- S3 package parameter
- Platform Labeler
- rpmsign-plugin
- JBoss Management
- vagrant
- LoadRunner Cloud
- slave-proxy
- Chef Identity
- Upstream Downstream Column
- Jython
- Libvirt Agents
- WAS Builder
- RabbitMQ Build Trigger
- Overall/Manage permission enabler
- Build Rotator
- Json Editor Parameter
- Last Failure Version Column
- Block Same build
- DTKit
- Spotinst
- Advanced Installer Msi Builder
- IRC
- CloudBees CD
- Slave Prerequisites
- VirtualBox
- CCCC
- Rapid7 InsightAppSec
- GeneXus
- Security Realm by custom script
- Delete log
- Selenium Auto Exec Server(AES)
- Yaml Axis
- NowSecure Auto
- No Agent Job Purge
- XebiaLabs XL Release
- GitBlit
- OSF Builder Suite :: Standalone Sonar Linter
- Additional Identities
- Git Automerger
- Deploy Dashboard Plugin by Namecheap
- EKS Token
- Avatar
- Environment labels setter
- Github Release
- Proxmox
- SQLite Database
- ServiceNow CI/CD
- Secure Post Script
- Compatibility Action Storage
- Block Build Final Project
- Security Inspector
- NeoLoad
- Artifact Repository Parameter
- Oracle Cloud Infrastructure DevOps
- Qualys Container Scanning Connector
- CodeCover
- Contrast Continuous Application Security
- Performance Signature: UI
- Prisma Cloud IaC Scan
- Openshift Token Credentials - Kubernetes Integration
- Synopsys Coverity on Polaris
- Working Hours
- AWS CloudWatch Logs Publisher
- jobtemplates
- Multi-Branch priority sorter
- PTC RV&S CM
- Leapwork
- Rabbit-MQ Publisher
- CodeBuilder: AWS CodeBuild Cloud Agents
- S3 Explorer
- Edgewall Trac
- Google Cloud Backup
- OpenCover
- Redgate SQL Change Automation
- QF-Test
- Label verifier
- MongoDB
- SICCI for Xcode
- Otel agent host metrics monitoring
- Pipeline: Keep Environment Step
- WebHook EventSource
- 1Password Secrets
- Process cleaner
- PHP Built-in Web Server
- Report Portal
- Pipeline: Bamboo Step
- Zephyr for JIRA Test Management
- Zoom
- graphiteIntegrator
- Use Dumpling from Jenkins groovy scripts
- Acunetix
- Consul
- JobDelete Builder
- Sidebar Update Notification
- Kiuwan
- List Command
- Mock Security Realm
- Content Security Policy
- Google Cloud Platform SDK :: Auth
- Polarion Webclient for SVN
- Multibranch Job Tear Down
- OpenText LoadRunner Enterprise integration With Git
- Redmine Metrics Report
- SCons
- Add Changes to Build Changelog
- Form element path
- Requeue Job
- Compound Slaves
- Ivy Report
- Team Concert Git
- AIO Tests
- MathWorks Polyspace
- Alibaba Cloud Credentials
- Datetime Constraint
- Monitor Pro
- Dependency Queue
- OpenShift Deployer
- WIX Toolset
- CodeQL
- Log Command
- Pipeline Keep Running Step
- Agent Server Parameter
- Marathon Deployment
- Tricentis Continuous Integration
- Kafka Logs
- AWS Lambda Test Runner
- AWS Codebuild Cloud
- Aqua MicroScanner
- Zulip
- Enhanced Metrics
- Inodes Monitor
- Tool Labels
- mean time to repair
- Azure Virtual Machine Scale Set
- ClamAV
- Mixing Security Realm
- Pending Changes
- ECS publisher
- Delinea Secret Server
- Hyper.sh Commons
- Stack Trace Suppression Plugin (deprecated)
- CloudBees Installation
- Strawboss
- VncRecorder
- jenkins-reviewbot
- IBM Security AppScan Standard Scanner
- Javascript Widgets
- SMS Notification
- ClearCase UCM
- FTP Rename
- Git Bisect
- Google Calendar
- HTML Audio Notifier
- Skype notifier
- Selection tasks
- Websocket.in Notification
- Black Duck Security Scan
- BuildContext Capture
- Sysdig Secure Container Image Scanner
- Chart.js API
- Labeled Test Groups Publisher
- Live Screenshot
- OfflineOnFailure
- Spring Initalzr
- Azure Kubernetes Credentials
- Violation Columns(List View Columns)
- Code signing with Software Trust Manager
- Chatter Notifier
- Google Cloud Platform SDK :: Storage
- Pipeline: GCP Steps
- Autocancel
- Build Step Environment Filter Utilities
- R
- TestCafe
- behave-testresults-publisher
- AccuRev
- Google Deployment Manager
- JavaTest report
- Tuleap API
- EzWall
- LIFX notifier - smart lightbulbs build indicator
- Node sharing executor
- Cortex Metrics
- CRX Content Package Deployer
- JMH Report
- AutoAction
- CloudShare Docker-Machine
- Feature branch notifier
- Figlet Buildstep
- llvm-cov
- Chroot
- CustomHistory
- Google APIs Client Library
- H2 Database
- JMS Messaging
- Mantis
- Azure PublisherSettings Credentials
- Jigomerge
- GNAT
- InternetMeme
- OSF Builder Suite For Salesforce Commerce Cloud :: Credentials
- TestingBot
- Chosen
- Slave squatter
- Start Windocks Containers
- Agent Maintenance
- Global YAML Properties
- Scala JUnit Name Decoder
- Dynatrace Application Monitoring
- Mail Map Resolver
- Puppet
- Conventional Commits
- Data Theorem Mobile Security: CI/CD
- Fluentd
- Quality Center
- beer
- Black Duck Coverity on Polaris
- ClearCase UCM library
- Ghost Inspector
- InsightVM Container Image Scanner
- SOASTA CloudTest
- Benchmark
- CA Service Virtualization
- Search all results
- CollabNet Plugins
- NeuVector Vulnerability Scanner
- scripted Cloud
- Azure Service Fabric
- Escaped Markup
- ec2-cloud-axis
- oki-docki
- Elasticsearch Query
- Keeper Secrets Manager
- Performance Signature: Viewer
- Phabricator - Kubernetes Intergration
- Spring Config
- Tuleap Git Branch Source
- URL Filter
- Acunetix 360 Scan
- Generic Tool
- S3 Yum repo parameter
- HP ALM Quality Center
- JCaptcha
- OSF Builder Suite For Salesforce Commerce Cloud :: Deploy
- Cadence vManager
- Remoting monitoring with OpenTelemetry
- Bugzilla
- IBM Security AppScan Source Scanner
- Jira Service Management Integration
- MQTT Notification
- TestFLO - Test Management for Jira
- Appaloosa
- Cygwin Process Killer
- Performance Signature: Dynatrace
- QMetry for JIRA - Test Management
- Amazon Inspector Scanner
- Hyper.sh Build Step
- NSIQ Collector
- tracetronic ecu.test
- AWS Batch
- SourceMonitor
- iOS Device connector
- keepSlaveOffline
- Android Apk Size Watcher
- jnr-posix API
- mongodb-document-upload
- Doktor
- chosen-views-tabbar
- composer security checker
- dbForge DevOps Automation for SQL Server
- BTC DSL for Pipeline
- DefectDojo
- Enhanced Credentials
- Azure Batch Parallel Test Execution
- Hetzner Cloud
- Piwik Analytics
- Rally
- Visual Basic 6
- AssertThat BDD Jira
- BMC AMI Common Configuration
- QMetry Test Management
- excludeMatrixParent
- IBM z/OS Connector
- JWT Support
- AppSpider
- Codebeamer xUnit Importer
- Coverage Badges Extension
- Extended Timer Trigger
- StackRox Container Image Scanner
- Crowd Integration
- Google Admin SDK
- Qualys Host Scanning Connector
- Maintenance Jobs Scheduler
- Meme Generator
- AWS SQS Build Trigger
- Alibaba Cloud ECS
- Centralized Job(Re)Action
- Cloudbees DevOptics Installation
- Design Library
- Env Variable Page Decoration
- Jobcacher Artifactory Storage Extension
- Questa VRM
- mktmpio
- Remoting Kafka
- Applitools Eyes
- Console Navigation
- Google Git Notes Publisher
- SSSCM
- pom2config
- RAD Studio
- Sonic CI Helper
- UI Test Capture
- report-jtreg
- Dr. Memory
- Implied Labels
- TestFairy
- ValidatingYamlParameter
- DEPRECATED: Synopsys Security Scan
- monitor-remote-job
- Dump Info BuildWrapper
- Google Analytics
- Performance Signature: Dynatrace AppMon
- cron-shelve
- Log CLI
- myst-plugin
- Amazon Web Services SDK 2 :: S3
- Provar Automation CLI
- Simple Dynamic ClearCase
- requests-plugin
- Agent LoadBalance
- Better Pipeline Flow Graph Table
- Seapine Surround SCM
- mabl
- Adobe Cloud Manager
- Salesforce Migration Assistant
- computer-queue-plugin
- Coding Webhook
- Pipeline: HuaweiCloud Steps
- Inedo ProGet Plugin
- Matrix Communication
- SCM HttpClient
- Venafi CodeSign Protect
- CodeBeamer XUnit Uploader
- Minio Storage
- Assembla merge request builder
- Runscope
- Infisical
- AWS Beanstalk Releaser
- Build Line
- Copado
- Diagnostics
- Persistent Build Queue
- Qualys Policy Compliance Scanning Connector
- dbCharts
- Code Dx
- CrowdStrike Security
- DepBuilder
- utPLSQL
- Amazon Web Services SDK 2 :: ECS
- OSF Builder Suite For Salesforce Commerce Cloud :: Data Import
- PingCode
- Cisco Spark
- ClearCase UCM Baseline
- Codefresh Integration
- Compressed Files Viewer
- Skytap Cloud CI
- Tekton Client
- Alauda Kubernetes Suport
- DotCover
- One-Shot Executor
- TwilioNotifier
- Wavefront
- leiningen-plugin
- Associated Files
- Gitcolony Build Notification
- Kubesphere Token Auth
- LOGBack appender to NATS pub/sub topic
- Qiniu
- RubyMotion
- Parasoft Environment Manager
- Results Cache
- Buckminster
- Emma Line Coverage Column
- Issue Link
- youtrack-plugin
- Cluster Statistics
- Device Watcher
- Shared Library Version Override
- Event Publisher (via ZMQ PUB SUB)
- Keep Offline Slaves Disconnected Retention Strategy
- Neuro Cucumber
- Restricted Registration
- Gating Core
- Synergy
- Generic Build Step Environment Filters
- SCM Filter Jervis
- drecycler
- Assembla
- Chef Cookbook Pipeline
- Recipe
- deploygate-plugin
- Appetize.io
- CatLight Notification
- Columns Pack
- Red Hat Dependency Analytics
- chef-tracking
- Amazon Web Services SDK 2 :: Secrets Manager
- Redis Fingerprint Storage
- Bazaar
- Benchmark Evaluator
- Deployment Sphere
- Growl
- Instana integration
- Pipeline Project-Env
- Amazon Web Services SDK 2 :: CloudFormation
- Distributed Testing
- Flock Notification
- Nirmata
- Amazon Web Services SDK 2 :: CloudFront
- Codebeamer Coverage Publisher
- Debian Pbuilder
- Exclusive label
- Google Analytics Usage Reporter
- MariaDB API
- Paginated Builds
- Testsigma Test Plan run
- Amazon Web Services SDK 2 :: IAM
- Asynchronous Job type
- Concurrent Login
- Jucies Update Center
- TestQuality Updater
- Trac Publisher
- VMware vRealize Automation
- CloudShell Sandbox
- Review Board
- Arachni Scanner
- BMC Release Package and Deployment
- Gem Publisher
- JRedis Notifier
- Locked Files Report
- OSF Builder Suite For Salesforce Commerce Cloud :: Run Job
- UrbanCode Velocity
- View26 Test-Reporting
- Amazon Web Services SDK 2 :: Autoscaling
- Amazon Web Services SDK 2 :: Lambda
- ClearCase Release
- CodeScene
- Eclipse Update Site
- Giphy API
- Google Health Check
- Kanboard
- OctoPerf Load Testing Plugin
- RAD Builder
- ACCELQ CI-Connect
- Adaptive Disconnector
- Amazon Web Services SDK 2 :: SSM
- Assembla Auth
- Concordion Presenter
- NOPMD check
- Party Parrot Status
- RQM
- Spira Importer
- TICS
- Testability Explorer
- Tuleap Authentication
- Views containing Job
- Xamarin Studio Tool Runner
- Anka
- Browser axis
- Bumblebee HP ALM
- Compuware Topaz Utilities
- Fast Track Queue Optimizer
- IFTTT Build Notifier
- MariaDB Database
- XLRelease Variables Setter
- ecu.test execution
- piketec-tpt
- teamscale-upload
- unreliable-slave-plugin
- Defensics
- Machine Learning
- Mend Cloud Native
- Metrics Aggregation
- Pragprog
- hue-light
- jBPM workflow
- Amazon Web Services SDK 2 :: CodeDeploy
- Codebeamer Test Results Trend Updater
- HUAWEICloud Credentials
- NodePool Agents
- Thread Dump Action
- XPath Configuration Viewer
- Abap Continuous Integration
- BMC AMI DevX Total Test
- Casdoor Authentication
- Diawi Upload
- Dimensions
- Extension Filter
- IPMessenger
- OpenEdge (Progress ABL)
- Shortcut Job
- Zanata
- signal-killer
- vRealize Orchestrator
- CloudBees Feature Management
- DeployDB
- Port scanner
- Remote Result Trigger
- Safe Batch Environment Filter
- Unicorn Validation
- crittercism-dsym
- housekeeper
- Agiletestware Pangolin Connector for TestRail
- Amazon Web Services SDK 2 :: CloudWatch Logs
- Amazon Web Services SDK 2 :: Elastic Beanstalk
- Amazon Web Services SDK 2 :: SNS
- Continuum
- Gallio
- IBM Cloud DevOps
- PVCS SCM
- Rancher
- Url Auth
- VMware Lab Manager Slaves
- netdomain-labeler-plugin
- Amazon Web Services SDK 2 :: Api Gateway
- Amazon Web Services SDK 2 :: CodeBuild
- Amazon Web Services SDK 2 :: Elastic Load Balancing V2
- Application Detector
- Azure Event Grid Build Notifier
- Delphix
- Eggplant Runner
- Probely Security Scanner
- extreme-feedback
- Amazon Web Services SDK 2 :: CloudWatch
- Aqua Security Serverless Scanner
- rhnpush-plugin
- Alauda DevOps Credentials Provider
- Amazon Web Services SDK 2 :: EFS
- Azure Cosmos DB
- HP Operations Orchestration Automation Execution
- LoadNinja
- Open STF
- Tag Cloud
- BMC AMI DevX Code Debug Code Coverage
- BMC AMI DevX Source Code Download for Endevor, PDS, and Code Pipeline
- Deep Security Smart Check
- Propelo's Job Reporter
- Skip Cron Rebuild
- CLIF Performance Testing
- ElasticBox CI
- Link Column
- MISRA Compliance Report
- Request Rename Or Delete
- SASUnit
- Talend
- rallyBuild
- Bitbar Run-in-Cloud
- RapidDeploy
- Redpen - Pipeline Reporter for Jira
- SourceGear Vault
- Tag Profiler
- Yandex Cloud
- Amazon Web Services SDK 2 :: Organizations
- Amazon Web Services SDK 2 :: SQS
- BMC AMI DevX Code Pipeline Operations
- FlashLog
- Harvest SCM
- Load Impact
- PostgreSQL Fingerprint Storage
- meliora-testlab
- AbsInt Astrée
- Amazon Web Services SDK 2 :: Kinesis
- DAGsHub Branch Source
- Deprecated: IBM AppScan
- Drupal Developer
- GPG signing with Software Trust Manager
- Panoptica Vulnerability Scanner
- Sametime
- Stoplight Report
- Attention
- Nuclei
- People Redirector
- Random Job Builder
- Send stacktrace to Eclipse
- Serena SRA Deploy
- StatusPage Gating
- jenkins-testswarm-plugin
- Daily Quote
- Dotcom-Monitor LoadView
- Eiffel Broadcaster
- Helix TeamHub
- NOPMD verify Trac
- Parallels Desktop Cloud
- Parasoft Policy Center Gate Check Validator
- Pipeline Logging over CloudWatch
- Sematext
- Zowe zDevOps
- ontrack Jenkins
- Cloudify
- Comments Remover
- Hyper.sh Slaves
- Qualys IaC Security
- SLSA Provenance Attestation
- Thycotic DevOps Secrets Vault
- Digital.ai App Management Publisher
- Mock Load Builder
- Oracle Cloud Infrastructure Compute Classic
- Package Drone Deployer
- SeaLights Continuous Testing
- Tibco Builder
- Alauda Pipeline
- CA-APM
- Documentum xCP
- GCR Vulnerability Scanner
- Rigor Optimization Website Performance Testing
- SmileHub Notifier
- Vmware vRealize CodeStream
- Web Security Application Project (WSAP)
- WebLOAD Load Testing
- vboxwrapper
- workplace-notifier
- CloudEvents
- Continuous Integration with Toad Edge
- FlexDeploy
- Hugo
- JAPEX
- Job StrongAuthSimple
- Jobcacher Azure Storage Extension
- OES Template
- OverOps Query
- Tanaguru
- The SourceClear Installer
- Wallarm Fast
- packagecloud
- BLINK(1) Notifier
- BitKeeeper
- CTRF
- Collabnet Automic Deploy
- Helix ALM Test Management
- Relution Enterprise Appstore Publisher
- Sahagin
- report diff
- Black Duck Rapid Scan Static
- DeployHub
- Experitest Cloud
- Image comparison
- Load Testing CI/CD Plugin by LoadFocus
- Logentries Forwarder
- Quality Clouds Scan
- Worksoft Execution Manager
- Zoho Sprints
- Argus Notifier
- BigPanda Notifier
- Chart Column from properties
- CodeThreat
- Deploy to webMethods Integration Server
- FortiCNP CICD
- Hadoop
- IBM Content Navigator remote plug-in reloader
- Quay.io trigger
- Reqtify
- Snow Commander
- Tattletale
- Tinfoil Security
- transifex
- Apica Loadtest
- Cerberus Testing
- EDAS
- Job Environment Variables Status Sync
- Karaf Build Step
- Lacework Security Scanner
- MarkdownParams
- Metrics Ganglia Reporting
- Node sharing orchestrator
- Package Version
- Testkube CLI
- ThreadFix
- Updatebot
- vRealize Automation 8.x
- AbsInt a³
- Beagle Security
- CMVC
- Failed Job Deactivator
- HuaweiCloud ECS
- Klaros-Testmanagement
- MDT Deployment
- MetaDefender
- Sken.ai CLI
- Testopia
- Venafi Machine Identity Management
- API Fortress
- Artifactz.io
- Chaos Butler
- Deprecated: Jenkins Zulip
- Deveo
- Koji
- NS-ND Integration Performance Publisher
- OneSky
- Progress TestStudio
- QRebel
- SimpleUpdateSite
- Split Admin
- Trunk
- ws-ctm
- Alauda DevOps Pipeline
- Alibabacloud Package Deployment
- Appdome Build-2secure
- CDEvents
- CloudHub Deployer
- Collabnet UC4 Deploy
- Copr
- Extensive Testing
- Fogbugz
- Google Analyze Code Security
- ICQ and MyTeam Notification
- Inedo BuildMaster Plugin
- JPRT
- MicroNova EXAM
- Nutanix Calm
- OpsLevel
- Silk Performer
- SimplifyQA Automation Hub
- Sofy.AI
- Stackify Deployment Recorder
- Updraft Android/iOS Publisher
- aRESTocats
- infrastructure test
- BMC AMI Strobe Measurement Task
- Boot build tool for Clojure
- Build Executors Filter Offline
- Container Image Link
- DaticalDB4Jenkins
- ECX Copy Data Management
- Progress TestStudio for API
- PureLoad
- Rapid7 InsightOps Log Forwarder
- SmartFrog Builder
- TuxDroid
- Vdoo Vision Scanner
- in-toto provenance agent
- jBPM embedded
- loader.io
- Beaker builder
- Breachlock DAST
- BuildHealth cache Updater
- Gamekins
- Gatekeeper
- GraphQL API Server
- MAT Performance Benchmarking by Broadcom
- Railflow for TestRail
- Shutdown Queue
- Spirent iTest
- Third Party Upload
- Typetalk
- Viber Notification
- visualexpert
- writable-filesystem-monitor
- AMQP Build Trigger
- Appcircle Testing Distribution
- Autify
- BMC AMI DevX Data Studio
- Carbonetes Serverless Container Scanning and Policy Compliance
- CheckPoint CloudGuard Shiftleft
- Conflict Aware On Demand Retention Strategy
- JDCloud CodeDeploy
- Loadium
- Matomo analytics
- Nerrvana
- Non Dynamic Hello World: TESTING
- SBuild
- Sec1 Security
- Stack Hammer
- Thycotic DevOps Secrets Vault
- VAddy
- iceScrum
- Compuware zAdviser API
- Dead Man's Snitch
- Jabber Server
- NIS notification lamp
- Peass-CI
- RuSalad
- SWEAGLE
- TestWeaver
- Themis
- reFit
- suite-test-groups-publisher
- useMango Runner
- AscentialTest
- BMC AMI DevOps for Application Checkpoint Analysis
- Caliper CI
- Carl
- CloudCoreo DeployTime
- Darcs
- Eagle Tester
- IBM Continuous Release
- Jacked
- Jianliao Notification
- Kryptowire
- LoadComplete support
- Lotus Connections
- MergeBase SCA
- Nouvola DiveCloud
- OSLC CM
- Oversecured
- Raspberry Pi Build Status
- SOOS SCA
- SnowGlobe
- Upload Binary Scan
- Visualworks Store
- Zscaler IaC Scanner
- couchdb-statistics
- Apimap.io
- Appcircle Enterprise App Store
- Appknox Security Scanner
- Apprenda
- Cachet Gating
- Campfire
- Chaos Monkey
- D Listing Coverage
- GPRbuild
- Levo
- Project Newcastle Build Requester
- SD Elements
- SideeX
- SmallTest
- Uleska
- Yandex Metrica
- autonomiq
- elOyente
- event-announcer
- iTMS for JIRA
- vFabric Application Director
- vertx
- Alauda DevOps Sync
- App-Ray Security check
- Appdome Validate-2secure
- Aristiun Aribot
- AsakusaSatellite
- Curseforge Publisher
- EasyQA
- ElasTest
- Habitat Executor
- ImmuniWeb Neuron
- Maplelabs APM
- Ostorlab Security And Privacy Scanner
- PaaSLane Estimate
- PreFlight
- Progress MobileStudio
- Sensedia Api Platform tools
- User1st uTester
- Wattspeed
- WeTest Automated Testing
- XP-Dev
- iCEDQ
- lingr-plugin
- oak9
- AWS Kinesis Consumer
- BeVigil CI
- ByteGuard Build Actions
- CloudAEye
- Code Signing with SignPath
- Convertigo Mobile Platform
- Deepcrawl Automation Hub
- Humio
- JetBrains SpaceCode
- LeanIX Value Stream Management
- Loadmance
- MicroDocs Integration
- Progress Telerik AppBuilder
- Quali Torque
- RadarGun
- Reliza Integration
- Test Odyssey
- Testein
- Testinium
- TurboScript
- WAPT Pro
- WWPass Authentication
- Warrior Framework
- Xygeni Sensor
- openSCADA Exporter
- Applatix
- BMC AMI DevOps for Change Manager for IMS TM
- Cyber Chief Security Scanner
- Dogu Integration
- Fedora Module Build System
- Frugal Testing
- Horreum
- Idobata Notifier
- IronMQ-notifier
- Kobiton
- RadarGun Reporting
- Smart Jenkins
- Upload Build To Sofy
- VK Notifier
- Xooa
- hckrnews
- zerobug