[JIRA] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2018-09-28 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 There could be many reasons, not necessarily related to one another.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2018-09-26 Thread wei....@zte.com.cn (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 wei lan commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 I had the same issue,and I had checked my docker container,“ps” command can run in it,so I thought it had no relation with the cmmand “ps” installed in docker image,any other solutions?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2017-03-20 Thread rodr...@freebsd.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Rodrigues commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 I'm also using: 
 
Jenkins 2.51 
Pipeline 2.5 
Durable task plugin 1.13 
Docker pipeline 1.10 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2017-03-20 Thread rodr...@freebsd.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Rodrigues reopened an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 I have been having the same problems as Ben Mathews with the shell script returning -1 if it is run inside a docker.inside block in a pipeline. I took Ben's testcase here: https://issues.jenkins-ci.org/browse/JENKINS-35370?focusedCommentId=275803=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-275803 and could reproduce the problem.   The environment I used to reproduce the problem was: 
 
host environment was a VM running Debian stretch 
docker version:Client: 
  Version:      1.13.1  API version:  1.26  Go version:   go1.7.5  Git commit:   092cba372  Built:        Wed Feb  8 06:44:30 2017  OS/Arch:      linux/amd64   Server:  Version:      1.13.1  API version:  1.26 (minimum version 1.12)  Go version:   go1.7.5 Git commit:   092cba372 Built:        Wed Feb  8 06:44:30 2017 OS/Arch:      linux/amd64 So the host environment, and the docker container are on the same machine and sharing the same file system.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-35370  
 
 
  Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
Change By: 
 Craig Rodrigues  
 
 
Resolution: 
 Incomplete  
 
 
Status: 
 Resolved Reopened  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 

[JIRA] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2017-03-16 Thread rodr...@freebsd.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Rodrigues commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 Ben Mathews fair enough.  I'm running into the same problem so was just curious. My understanding of the problem is that if your Jenkins server is running inside a Docker container, and then you try to start a docker container on the same server (so you are doing Docker container inside Docker container), then that doesn't work so well. The Durable Task plugin used by the pipeline **sh step has some complicated logic for how it figures out the process ID (pid) of the shell script that has been executed, and this logic gets confused when you do Docker inside Docker, and returns -1, even though your shell script is still running.  I ran into the -1 problems in JENKINS-32264 , (not in a Docker context).    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2017-03-16 Thread b...@mathews2000.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Mathews commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 Sorry, I should have followed up back in Dec. I've forgotten what happened with this. I stopped trying to do development locally, so I probably never resolved it.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2017-03-15 Thread rodr...@freebsd.org (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Craig Rodrigues commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 Ben Mathews did you eventually solve this problem?  I'm seeing the same problem where sh scripts are failing with -1.   I am also using: docker.image().inside { }   As a further note, my Jenkins instance is also a docker container.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-12-24 Thread b...@mathews2000.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Mathews commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 The production server is running the builds on a centos 7 slave. My test environment is running jenkins in a docker container that is mounting /var/run/docker.sock from my laptop.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-11-08 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 Are you using a (remote) agent on the production server but not in the test environment, or vice-versa? Generally should not matter except to the extent that it is the functioning of the docker command on the agent where the build is running which matters.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-11-03 Thread b...@mathews2000.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Mathews commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 An update I cut the problem down to this repo 

 

stage('run unit tests') {
  node() {
docker.image("centos:6.7").inside() {
  sh 'for i in `seq 1 50`; do echo $i;date;sleep 2;done'
}
}
}
 

 This fails on both a docker using https://hub.docker.com/r/axltxl/jenkins-dood/ and jenkins installed on my ubuntu laptop via apt-get. Before creating a ticket, I made one final test on our production jenkins server and it passed with flying colors four times consecutively. Obviously, something is strange with my box. Not sure what though. Any ideas would be appreciated. I'll keep poking around 

 

$ uname -a
Linux mathewslaptop 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="16.04.1 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.1 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
UBUNTU_CODENAME=xenial
$ docker -v
Docker version 1.12.1, build 23cf638
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 
 

[JIRA] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-11-01 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 Ben Mathews Hmm, does not sound like a familiar issue. The fake exit status -1 means that Jenkins cannot find the PID of the controller sh script which tracks the output and exit code of your actual script (also sh, unless you specified a #!/bin/command). The typical reason for the failure to find this PID when using Image.inside is that the container does not share the right mount with the agent, for example because --volumes-from was not passed when it should have been. But in your case it was, and you say other shell scripts work, so something trickier is happening. If you can narrow it down to a reproducible test case, that would help a lot of course. Otherwise you will need to inspect the process tree inside the container, to see if the wrapper script is really still running or not; and inspect the …job@tmp sibling workspace that holds the control directory with the PID, output, and exit code.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-11-01 Thread b...@mathews2000.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Mathews commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 The workspace is getting mounted (--volumes-from param is present) and is being interacted with. I've got a shell script that should take a couple minutes to complete. But within a couple seconds, the script will terminate and jenkins returns the above mentioned  

 

ERROR: script returned exit code -1
Finished: FAILURE
 

 The Jenkins log has the call stack 

 

hudson.AbortException: script returned exit code -1
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:285)
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:234)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
 

 Looking at the pipeline code in the call stack, it appears that Jenkins thinks my process is exiting. But (a) it never fails when I launch the process directly w/ "docker run ..." and (b) it fails at a different spot every time. I've replaced my script w/ "for i in `seq 1 20`; do echo $i;date;sleep 5;done" and it never fails. So, it is apparent that something in the interaction between jenkins and my script is failing. FWIW, the script is a series of "python setup.py develop" commands.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
   

[JIRA] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-10-31 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 Typically it means workspace sharing between host & container is failing. If the agent itself is inside a container, make sure --volumes-from is included on the command line; if not, nothing will work.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-10-31 Thread b...@mathews2000.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Mathews commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 I'm seeing a similar issue where the sh command inside a docker.image block always terminates after some delay. The point in the sh command that jenkins errors out varies which leads me to believe that jenkins is causing the problem. I'm on the latest version of jenkins and all plugins. Any tips on how to debug this?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-09-06 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick resolved as Incomplete  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Not enough information here.  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-35370  
 
 
  Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Incomplete  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-07-25 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 Make sure you have updated all relevant plugins, especially durable-task, as there have been diagnostic improvements. Typically the problem is that the Docker daemon does not share a filesystem with the client, which is a prerequisite for Image.inside to work.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-07-25 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35370  
 
 
  Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Component/s: 
 gerrit-trigger-plugin  
 
 
Component/s: 
 workflow-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-07-01 Thread z.jasin...@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 zbigniew jasinski updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35370  
 
 
  Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
Change By: 
 zbigniew jasinski  
 
 
Environment: 
 jenkins 2. 8 11 , gerrit-trigger 2.21. 0 1 , docker-workflow 1. 4 5 , pipeline 2. 1 2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-07-01 Thread z.jasin...@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 zbigniew jasinski updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35370  
 
 
  Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
Change By: 
 zbigniew jasinski  
 
 
Component/s: 
 docker-workflow-plugin  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-07-01 Thread z.jasin...@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 zbigniew jasinski commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 I've run my configuration without using dockers and it works. So it seems that docker-workflow issue.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-07-01 Thread z.jasin...@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 zbigniew jasinski assigned an issue to Jesse Glick  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-35370  
 
 
  Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
Change By: 
 zbigniew jasinski  
 
 
Assignee: 
 rsandell Jesse Glick  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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] (JENKINS-35370) Workflow shell step ERROR: script returned exit code -1

2016-06-15 Thread z.jasin...@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 zbigniew jasinski commented on  JENKINS-35370  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Workflow shell step ERROR: script returned exit code -1   
 

  
 
 
 
 

 
 any thoughts on this?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





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