From 49d8e96e68b0d52a148679f43ed2c797be53a83e Mon Sep 17 00:00:00 2001 From: dinhquang111 <44158413+dinhquang111@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:24:55 +0700 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d6a9d65..cac4a9c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,8 +5,8 @@ pipeline { DOCKER_IMAGE = 'basic-go' DOCKER_TAG = "${env.BUILD_NUMBER}" DOCKER_CONTAINER_NAME = 'basic-go' - TELEGRAM_BOT_TOKEN = '6654034396:AAEc3hoa3r11NRfMb9ALhXmjWjNzOvozEds' - TELEGRAM_CHAT_ID = '5131367719' + TELEGRAM_BOT_TOKEN = '' + TELEGRAM_CHAT_ID = '' } stages { @@ -44,4 +44,4 @@ pipeline { cleanWs() } } -} \ No newline at end of file +}