Skip to content

Instantly share code, notes, and snippets.

View harikrishna456's full-sized avatar

harikrishna456

View GitHub Profile
@harikrishna456
harikrishna456 / jenkins-pipeline.groovy
Created December 3, 2019 03:47 — forked from lvthillo/jenkins-pipeline.groovy
Example Jenkins Maven pipeline which uses slackNotifier.groovy
/* import shared library */
@Library('jenkins-shared-library')_
pipeline {
agent any
options {
buildDiscarder(logRotator(numToKeepStr: '3'))
}