[
https://issues.apache.org/jira/browse/AIRFLOW-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16870979#comment-16870979
]
ASF GitHub Bot commented on AIRFLOW-4559:
-----------------------------------------
ashb commented on pull request #5318: [AIRFLOW-4559] JenkinsJobTriggerOperator
bugfix
URL: https://github.com/apache/airflow/pull/5318
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> JenkinsJobTriggerOperator incorrectly processing url given in Connections
> -------------------------------------------------------------------------
>
> Key: AIRFLOW-4559
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4559
> Project: Apache Airflow
> Issue Type: Bug
> Components: contrib, operators
> Affects Versions: 1.10.3
> Reporter: Anton Zayniev
> Priority: Minor
> Labels: easyfix
>
>
> Jenkins operator provides incorrect URL obtained from Jenkins connection
> {code:java}
> [2019-05-21 20:53:41,488] {logging_mixin.py:95} INFO - [2019-05-21
> 20:53:41,488] {jenkins_hook.py:44} INFO - Trying to connect to
> http://jenkins.example.com:80
> [2019-05-21 20:53:42,670] {models.py:1788} ERROR - Invalid URL 'None': No
> schema supplied. Perhaps you meant http://None?
> <...>
> requests.exceptions.MissingSchema: Invalid URL 'None': No schema supplied.
> Perhaps you meant http://None?{code}
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)