Skip to main content

Jenkins [ARCHIVED]

Overview

The Jenkins source is maintained by Faros AI. Please file any support requests on that repo to minimize response time from the maintainers. The source supports both Full Refresh and Incremental syncs. You can choose if this source will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

Output schema

Several output streams are available from this source:

In the above links, replace your.jenkins.url with the url of your Jenkins instance, and replace any environment variables with an existing Jenkins job or build id.

If there are more endpoints you'd like Faros AI to support, please create an issue.

Features

FeatureSupported?
Full Refresh SyncYes
Incremental SyncYes
SSL connectionYes
NamespacesNo

Performance considerations

The Jenkins source should not run into Jenkins API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • Jenkins Server
  • Jenkins User
  • Jenkins API Token

Setup guide

Login to your Jenkins server in your browser and go to https://your.jenkins.url/me/configure to generate your API token.

Changelog

VersionDatePull RequestSubject
0.1.232021-10-01114Added projects stream to Phabricator + cleanup
0.1.222021-10-01113Added revisions & users streams to Phabricator source + bump version
0.1.212021-09-27101Exclude tests from Docker + fix path + bump version
0.1.202021-09-27100Update Jenkins spec + refactor + add Phabricator source skeleton
0.1.72021-09-2564Add Jenkins source