瀏覽代碼

Fix messed up comment

ghorsington 6 年之前
父節點
當前提交
5e22906507
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/jenkins_master.groovy

+ 1 - 1
scripts/jenkins_master.groovy

@@ -165,7 +165,7 @@ Changes since ${latestTag}:
             }
         }
         failure {
-            Notify Discord of failed build
+            //Notify Discord of failed build
             withCredentials([string(credentialsId: 'discord-notify-webhook', variable: 'DISCORD_WEBHOOK')]) {
                 discordSend description: "**Build:** [${currentBuild.id}](${env.BUILD_URL})\n**Status:** [${currentBuild.currentResult}](${env.BUILD_URL})", footer: 'Jenkins via Discord Notifier', link: env.BUILD_URL, successful: currentBuild.resultIsBetterOrEqualTo('SUCCESS'), title: "${env.JOB_NAME} #${currentBuild.id}", webhookURL: DISCORD_WEBHOOK
             }