Jenkins Connection Example
See original GitHub issueDescribe the issue with documentation
I need to configure a connection to our jenkins and I dont find anywhere an example.
I suppose that I need to define a http connection with the format:
http://usename:password@jenkins_url
However don’t have any idea about adding /api
so that the url would be:
http://usename:password@jenkins_url/api
How to solve the problem
Is it possible to include at least a jenkins connection example in the documentation?
Anything else
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project’s Code of Conduct
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Using Jenkins agents
Agents may be connected to the Jenkins controller using either local or cloud computers. The agents require a Java installation and a network...
Read more >Jenkins Connecting - Apache Airflow
Jenkins Connecting¶. Jenkins connection type provides connection to a jenkins server. ... Example: jenkins.example.com. Port. Specify a port number.
Read more >Continuous integration with Jenkins - Tutorial - Vogella.com
Possible steps executed by Jenkins are for example: perform a software build using a build system like ... Connect to Jenkins for the...
Read more >9. Connect Master with Slave in Jenkins - YouTube
Connect Master with Slave in Jenkins : First go to the Jenkins and click on manage jenkins, go to the configure global security,...
Read more >Using Python-Jenkins - Read the Docs
This is an example showing how to connect to a Jenkins instance and retrieve the Jenkins server version. import jenkins server = jenkins....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I require to create a doc like: https://github.com/apache/airflow/blob/main/docs/apache-airflow-providers-dbt-cloud/connections.rst https://github.com/apache/airflow/blob/main/docs/apache-airflow-providers-ftp/connections/ftp.rst
and reference it from the relevant hook: https://github.com/apache/airflow/blob/c58b5e583bcad83048fdee72bc9ddf6c3a7b4229/airflow/providers/dbt/cloud/hooks/dbt.py#L135
sure, I can help with this. just to confirm, is this the place to update doc for jenkins?