[JIRA] (JENKINS-53339) Job Resume Option in a scripted Pipeline

2019-01-04 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53339  
 
 
  Job Resume Option in a scripted Pipeline   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Component/s: 
 pipeline  
 
 
Component/s: 
 build-pipeline-plugin  
 

  
 
 
 
 

 
 
 

 
 
 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-53339) Job Resume Option in a scripted Pipeline

2019-01-04 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53339  
 
 
  Job Resume Option in a scripted Pipeline   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Assignee: 
 Daniel Spilker  
 

  
 
 
 
 

 
 
 

 
 
 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-53339) Job Resume Option in a scripted Pipeline

2019-01-04 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Daniel Spilker updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53339  
 
 
  Job Resume Option in a scripted Pipeline   
 

  
 
 
 
 

 
Change By: 
 Daniel Spilker  
 
 
Component/s: 
 job-dsl-plugin  
 

  
 
 
 
 

 
 
 

 
 
 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-53339) Job Resume Option in a scripted Pipeline

2018-08-29 Thread atif.rash...@monash.edu (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Atif Rasheed created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53339  
 
 
  Job Resume Option in a scripted Pipeline   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Daniel Spilker  
 
 
Components: 
 build-pipeline-plugin, job-dsl-plugin  
 
 
Created: 
 2018-08-30 05:02  
 
 
Priority: 
  Critical  
 
 
Reporter: 
 Atif Rasheed  
 

  
 
 
 
 

 
 Hi Jenkins team, We have got a scripted (DSL) pipeline where we have multiple stages like, 

stage('prepare') 
... 
stage('build image') 
... 
stage('verify') 
... 
stage('deploy') 
... 
stage('test') 
 
 Now if a job fails at verify or deploy, we don't want to start again from start and want to have an option to resume the job from the very same stage where it failed. For example, if it failed at 'deploy' stage, we should have an option to restart 'deploy' stage again.  Any help would be highly appreciated. Thanks.