[JIRA] [ansible-plugin] (JENKINS-32911) Console output hangs during a playbook execution in a pipeline job

2016-05-05 Thread jean-christophe.si...@cryptolog.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jean-Christophe Sirot resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Fixed in version 0.5 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-32911 
 
 
 
  Console output hangs during a playbook execution in a pipeline job  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jean-Christophe Sirot 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ansible-plugin] (JENKINS-32911) Console output hangs during a playbook execution in a pipeline job

2016-04-09 Thread m...@ercpe.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Johann Schmitz commented on  JENKINS-32911 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Console output hangs during a playbook execution in a pipeline job  
 
 
 
 
 
 
 
 
 
 
This is because the Ansible (=python) output is buffered and can be solved by setting PYTHONBUFFERED=0 as an environment variable on node or job level prior ansible-playbook execution. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [ansible-plugin] (JENKINS-32911) Console output hangs during a playbook execution in a pipeline job

2016-02-12 Thread jean-christophe.si...@cryptolog.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jean-Christophe Sirot created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32911 
 
 
 
  Console output hangs during a playbook execution in a pipeline job  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Jean-Christophe Sirot 
 
 
 

Components:
 

 ansible-plugin 
 
 
 

Created:
 

 12/Feb/16 8:52 AM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Jean-Christophe Sirot 
 
 
 
 
 
 
 
 
 
 
When an ansiblePlaybook command is used in a pipeline script the output is not refreshed during the execution of the playbook.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment