NOTICK: Reverted Jenkins.nightly.

This commit is contained in:
Adel El-Beik 2022-04-05 18:07:25 +01:00
parent 6023482412
commit 6d2a9931af

View File

@ -44,18 +44,6 @@ if (isReleaseBranch){
}
}
/**
* define an empty teamsWebHookURL and if it is a Release Branch
* then set it for the Corda 4 Jenkins Connector
*/
boolean isReleaseBranch = (env.BRANCH_NAME =~ /^release\/os\/.*/)
def teamsWebHookURL = ""
if (isReleaseBranch){
withCredentials([string(credentialsId: 'ms-teams-webhook', variable: 'webhook_url')]) {
teamsWebHookURL = "$webhook_url"
}
}
pipeline {
agent { label 'standard' }