[JIRA] [job-dsl-plugin] (JENKINS-34124) job dsl slack integration creates an incompatible config since slack plugin 2.0

2016-05-25 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Spilker closed an issue as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34124 
 
 
 
  job dsl slack integration creates an incompatible config since slack plugin 2.0  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Spilker 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-34124) job dsl slack integration creates an incompatible config since slack plugin 2.0

2016-05-10 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Spilker resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Job DSL 1.46 has been released with support for the automatically generated DSL. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-34124 
 
 
 
  job dsl slack integration creates an incompatible config since slack plugin 2.0  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Spilker 
 
 
 

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] [job-dsl-plugin] (JENKINS-34124) job dsl slack integration creates an incompatible config since slack plugin 2.0

2016-05-10 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-34124 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: job dsl slack integration creates an incompatible config since slack plugin 2.0  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Daniel Spilker Path: docs/Home.md docs/Migration.md job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContext.groovy job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContextSpec.groovy http://jenkins-ci.org/commit/job-dsl-plugin/0ed35e6182476bb5d441a44b917eacfb2b0aaae1 Log: Merge branch 'JENKINS-34124' 
Compare: https://github.com/jenkinsci/job-dsl-plugin/compare/89813725e72b...0ed35e618247 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-34124) job dsl slack integration creates an incompatible config since slack plugin 2.0

2016-04-10 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Spilker edited a comment on  JENKINS-34124 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: job dsl slack integration creates an incompatible config since slack plugin 2.0  
 
 
 
 
 
 
 
 
 
 The next release will add generic DSL support for any plugin, see https://github.com/jenkinsci/job-dsl-plugin/pull/816 for details.That will enable the following Job DSL syntax for newer Slack plugin versions.{code}job('example') {  publishers {slackNotifier {  teamDomain('foo')  authToken('bar')  room('test')  startNotification(true)  notifyNotBuilt(true)   notifyAborted(false)  notifyFailure(false)  notifySuccess(false)  notifyUnstable(false)  notifyBackToNormal(false)  notifyRepeatedFailure(false)  includeTestSummary(true)   includeCustomMessage(true)  customMessage('Hello!')   buildServerUrl(null)  sendAs(null)  commitInfoChoice('NONE') }  }}{code}I will then deprecate the built-in support for older versions of the Slack plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-34124) job dsl slack integration creates an incompatible config since slack plugin 2.0

2016-04-08 Thread thomas.whitt...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Whitton commented on  JENKINS-34124 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: job dsl slack integration creates an incompatible config since slack plugin 2.0  
 
 
 
 
 
 
 
 
 
 
yep that looks like it will solve this issue and looks really cool, thanks for the info! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-34124) job dsl slack integration creates an incompatible config since slack plugin 2.0

2016-04-08 Thread m...@daniel-spilker.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Spilker commented on  JENKINS-34124 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: job dsl slack integration creates an incompatible config since slack plugin 2.0  
 
 
 
 
 
 
 
 
 
 
The next release will add generic DSL support for any plugin, see https://github.com/jenkinsci/job-dsl-plugin/pull/816 for details. 
That will enable the following Job DSL syntax for newer Slack plugin versions. 

 

job('example') {
  publishers {
slackNotifier {
  teamDomain('foo')
  authToken('bar')
  room('test')
  startNotification(true)
  notifyNotBuilt(true)
  includeCustomMessage(true)
  customMessage('Hello!')
}
  }
}
 

 
I will then deprecate the built-in support for older versions of the Slack plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-34124) job dsl slack integration creates an incompatible config since slack plugin 2.0

2016-04-08 Thread thomas.whitt...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Thomas Whitton created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34124 
 
 
 
  job dsl slack integration creates an incompatible config since slack plugin 2.0  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Daniel Spilker 
 
 
 

Components:
 

 job-dsl-plugin 
 
 
 

Created:
 

 2016/Apr/08 12:11 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Thomas Whitton 
 
 
 
 
 
 
 
 
 
 
https://github.com/jenkinsci/slack-plugin/issues/188 
also mentioned here https://github.com/jenkinsci/job-dsl-plugin/pull/537 
Looks like the config changed and now the one created by job dsl is incorrect and causes errors. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment