mirror of
https://github.com/corda/corda.git
synced 2025-01-19 03:06:36 +00:00
NOTICK: Reverted Jenkins.nightly.
This commit is contained in:
parent
6023482412
commit
6d2a9931af
@ -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' }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user