[JIRA] [promoted-builds-plugin] (JENKINS-30814) Send An Email Notification Upon A Failed Promotion Job

2016-02-19 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev resolved as Not A Defect 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Resolving as "Not a defect" since there was no clarification from the requester 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-30814 
 
 
 
  Send An Email Notification Upon A Failed Promotion Job  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oleg Nenashev 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Not A Defect 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [promoted-builds-plugin] (JENKINS-30814) Send An Email Notification Upon A Failed Promotion Job

2015-10-06 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oleg Nenashev commented on  JENKINS-30814 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Send An Email Notification Upon A Failed Promotion Job  
 
 
 
 
 
 
 
 
 
 
The issue description is incomplete. No logs, etc.. Please follow https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue and provide the job's configuration, plugin version, etc. 
According to the common rules of Jenkins build steps, the process should be interrupted when an issue happens. "-1" return value in she shell script is considered as a "promotion failure", so further steps should not happen. In such case the behavior seems to be valid, although it's not what you would expect from the notification. 
Do you consider handling return statuses in scripts. If you want to setup an intelligent notification, you will need to provide conditions for e-mail triggers in any case. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [promoted-builds-plugin] (JENKINS-30814) Send An Email Notification Upon A Failed Promotion Job

2015-10-06 Thread jtsw...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Sweet created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30814 
 
 
 
  Send An Email Notification Upon A Failed Promotion Job  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Oleg Nenashev 
 
 
 

Components:
 

 promoted-builds-plugin 
 
 
 

Created:
 

 06/Oct/15 4:22 PM 
 
 
 

Environment:
 

 Jenkins  Promoted Builds Plugin 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 James Sweet 
 
 
 
 
 
 
 
 
 
 
Create a new freestyle job. Check "Promote builds when". Under Actions Choose "Execute Shell" and enter "exit -1" Under Actions Choose "Editable Email Notification". Save the job and run it. 
The job never reaches the "Editable Email Notification" step. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment