You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2019/06/24 08:59:00 UTC

[jira] [Resolved] (AIRFLOW-4559) JenkinsJobTriggerOperator incorrectly processing url given in Connections

     [ https://issues.apache.org/jira/browse/AIRFLOW-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor resolved AIRFLOW-4559.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.4

> 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
>             Fix For: 1.10.4
>
>
>  
> 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)