diff --git a/Jenkinsfile b/Jenkinsfile index 60133b3..909e9a1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { environment { BOT_DIR = '/srv/fymious-tg-bot' VENV_DIR = '/srv/fymious-tg-bot/.venv' + TELEGRAM_BOT_TOKEN = credentials('telegram-bot-token') } stages {