Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquang111 authored Oct 18, 2024
1 parent d819744 commit 49d8e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -44,4 +44,4 @@ pipeline {
cleanWs()
}
}
}
}

0 comments on commit 49d8e96

Please sign in to comment.