Merge branch 'main' of code-repo.d3science.org:gCubeSystem/is-collector-service-image

This commit is contained in:
Antonio Calanducci 2023-11-08 12:18:46 +01:00
commit b32a47cac5
1 changed files with 9 additions and 0 deletions

View File

@ -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"
}
}
}
}
}