feat: edit Jenkinsfile
All checks were successful
ParrotXray/CureOS/pipeline/head This commit looks good
All checks were successful
ParrotXray/CureOS/pipeline/head This commit looks good
This commit is contained in:
parent
80e8815611
commit
61ead612e0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -47,7 +47,7 @@ node('ccis') {
|
||||
"""
|
||||
}
|
||||
stage('Notify to Discord') {
|
||||
withCredentials([string(credentialsId: '725eb3cc-b38a-412a-b83c-cd5a5017f8b8', variable: 'https://discord.com/api/webhooks/1438181389534236793/pdbdWbJL1MAAw_YCtXjZ8YqjJ38VQkf_HA5QzQruKEF94aFaTGDcRciZVsauIgHJJJdw')]) {
|
||||
withCredentials([string(credentialsId: '725eb3cc-b38a-412a-b83c-cd5a5017f8b8', variable: 'DISCORD_WEBHOOK_URL')]) {
|
||||
script {
|
||||
def status = currentBuild.currentResult
|
||||
def desc = """
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user