Jenkins Connecting

Jenkins connection type provides connection to a jenkins server.

Default Connection ID

All hooks and operators related to Jenkins use jenkins_default by default.

Configuring the connection

Login

Specify the login for the Jenkins service you would like to connect to.

Password

Specify the password for the Jenkins service you would like to connect too.

Host

Specify host for your Jenkins server. This should NOT contain the scheme of the address (http:// or https://).

Example: jenkins.example.com

Port

Specify a port number.

Use Https

Specify whether you want to use https. Default is http.

When specifying the connection in environment variable you should specify it using URI syntax.

Note that all components of the URI should be URL-encoded.

For example:

export AIRFLOW_CONN_JENKINS_DEFAULT='http://username:password@server.com:443'

Was this entry helpful?