You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Anton Zayniev (JIRA)" <ji...@apache.org> on 2019/05/28 22:41:00 UTC

[jira] [Updated] (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 ]

Anton Zayniev updated AIRFLOW-4559:
-----------------------------------
    Priority: Minor  (was: Major)

> 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)