[JIRA] (JENKINS-38769) Pipeline job hangs when agent loses network connectivity

2016-10-05 Thread yotamshapiras...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Yotam Shapira created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38769  
 
 
  Pipeline job hangs when agent loses network connectivity   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 pipeline, workflow-support-plugin  
 
 
Created: 
 2016/Oct/06 4:48 AM  
 
 
Environment: 
 Jenkins 2.7.2  Pipeline: Supporting APIs 2.8   Other plugins that may be relevant:  Pipeline: API 2.4  Pipeline: Basic Steps 2.2  Pipeline: Build Step 2.3  Pipeline: Groovy 2.18  Pipeline: Input Step 2.1  Pipeline: Job 2.7  Pipeline: Milestone Step 1.0  Pipeline: Multibranch 2.9  Pipeline: Nodes and Processes 2.5  Pipeline: REST API Plugin 2.1  Pipeline: SCM Step 2.2  Pipeline: Shared Groovy Libraries 2.3  Pipeline: Stage Step 2.2  Pipeline: Stage View Plugin 2.1  Pipeline: Step API 2.4  Self-Organizing Swarm Plug-in Modules 2.2 (Note: the client is using 2.0)  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Yotam Shapira  
 

  
 
 
 
 

 
 When running a Pipeline job (see end of this description) while the agent (swarm client v2.0) loses network connectivity (in this case connectivity is lost for a long while), the Pipeline hangs, showing the following in the console log: 

 

Could not connect to  to send interrupt signal to process
 

 After clicking the abort button (/stop), I get the same message printed in the log again and then the "Click here to terminate message": 

 

Could 

[JIRA] [mask-passwords-plugin] (JENKINS-35654) Non-Stored Password Parameter is missing in pipeline job

2016-06-12 Thread yotamshapiras...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Yotam Shapira created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-35654 
 
 
 
  Non-Stored Password Parameter is missing in pipeline job  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Oleg Nenashev 
 
 
 

Components:
 

 mask-passwords-plugin 
 
 
 

Created:
 

 2016/Jun/12 6:36 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Yotam Shapira 
 
 
 
 
 
 
 
 
 
 
When trying to access a "Non-Stored Password Parameter" in a pipeline job, an exception is thrown: 

 

echo Pass
 

 
throws this exception: 

 

groovy.lang.MissingPropertyException: No such property: Pass for class: groovy.lang.Binding
Possible solutions: class
	at groovy.lang.Binding.getVariable(Binding.java:62)
	at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:224)
	at org.kohsuke.groovy.sandbox.impl.Checker$4.call(Checker.java:241)
	at org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:238)
	at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getProperty(SandboxInvoker.java:23)
	at com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:17)
	at WorkflowScript.run(WorkflowScript:2)
	at ___cps.transform___(Native Method)
	at com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:62)
	at com.cloudbees.groovy.cps.LValueBlock$GetAdapter.receive(LValueBlock.java:30)
	at 

[JIRA] [cobertura-plugin] (JENKINS-30700) Make Cobertura plug-in support the workflow plugin

2015-09-29 Thread yotamshapiras...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Yotam Shapira created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30700 
 
 
 
  Make Cobertura plug-in support the workflow plugin  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 
 ssogabe 
 
 
 

Components:
 

 cobertura-plugin 
 
 
 

Created:
 

 29/Sep/15 4:09 PM 
 
 
 

Labels:
 

 matrix multi-configuration 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Yotam Shapira 
 
 
 
 
 
 
 
 
 
 
Love the Cobertura plugin! 
I'm using it with Python build jobs that are set up as multi-configuration jobs; there is a user-defined axis defined for TOXENV which lets me use a Python tool called tox to run for each build, a "sub-build" (forgive me if this is the wrong terminology) for each of several Python versions – e.g.: py26, py27, py33, and pypy. Each of these Python versions is a "sub-build" of the build. Each of those sub-builds generates its own coverage.xml file. Here is how I set up these multi-configuration jobs:  
http://tox.readthedocs.org/en/latest/example/jenkins.html 
The Cobertura plugin kind of works with this setup in a somewhat incomplete way. 
If I go to the project page, I don't see the coverage graph (but I do see JUnit test results so I guess the JUnit plugin has support for multi-configuration builds). If I click on "Coverage Report", then I get back the "nodata" page. I can only view 

[JIRA] [cobertura-plugin] (JENKINS-30700) Make Cobertura plug-in support the workflow plugin

2015-09-29 Thread yotamshapiras...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Yotam Shapira assigned an issue to stephenconnolly 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30700 
 
 
 
  Make Cobertura plug-in support the workflow plugin  
 
 
 
 
 
 
 
 
 

Change By:
 
 Yotam Shapira 
 
 
 

Assignee:
 
 ssogabe stephenconnolly 
 
 
 

Labels:
 
 matrix multi-configuration workflow 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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.