feature/25899 #1
|
@ -45,12 +45,12 @@ pipeline {
|
|||
always {
|
||||
script {
|
||||
withCredentials([string(credentialsId: 'is-registry-devnext-hook', variable: 'REGISTRY_DEVNEXT')]) {
|
||||
sh "curl -v $REGISTRY_DEVNEXT"
|
||||
sh "curl -v -X POST $REGISTRY_DEVNEXT"
|
||||
}
|
||||
}
|
||||
script {
|
||||
withCredentials([string(credentialsId: 'is-registry-devsec-hook', variable: 'REGISTRY_DEVSEC')]) {
|
||||
sh "curl -v $REGISTRY_DEVSEC"
|
||||
sh "curl -v -X POST $REGISTRY_DEVSEC"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue