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