parent
1f21f193ce
commit
cb8e6dc712
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue