Project

General

Profile

« Previous | Next » 

Revision 46638

added slack plugin

View differences:

job45.groovy
38 38
                    }                    
39 39
                }   
40 40
            }
41
            configure { project ->
42
                project / 'publishers' / 'jenkins.plugins.slack.SlackNotifier'(plugin: 'slack@2.2"') {
43
                      'baseUrl'()
44
                      'teamDomain'()
45
                      'authToken'()
46
                      'authTokenCredentialId'()
47
                      'botUser'(false)
48
                      'room'()
49
                      'startNotification'(false)
50
                      'notifySuccess'(false)
51
                      'notifyAborted'(false)
52
                      'notifyNotBuilt'(false)
53
                      'notifyUnstable'(true)
54
                      'notifyRegression'(false)
55
                      'notifyFailure'(true)
56
                      'notifyBackToNormal'(true)
57
                      'notifyRepeatedFailure'(false)
58
                      'includeTestSummary'(false)
59
                      'includeFailedTests'(false)
60
                      'commitInfoChoice'('NONE')
61
                      'includeCustomMessage'(false)
62
                      'customMessage'()
63
                }
64
            }
41 65
        }
42 66
}

Also available in: Unified diff