diff --git a/JenkinsFile b/JenkinsFile index c92b5c8..726a4d0 100644 --- a/JenkinsFile +++ b/JenkinsFile @@ -41,4 +41,13 @@ pipeline { } } } + post { + always { + script { + withCredentials([string(credentialsId: 'is-collector-devnext-hook', variable: 'COLLECTOR_DEVNEXT_WEBHOOK')]) { + sh "curl -v -X POST $COLLECTOR_DEVNEXT_WEBHOOK" + } + } + } + } } \ No newline at end of file