fix message

This commit is contained in:
pavelbannov 2020-01-14 16:54:22 +03:00
parent cee6b77cbd
commit c3d38416a2

2
build/Jenkinsfile vendored
View File

@ -111,7 +111,7 @@ pipeline {
}
steps {
script {
def message_text = '$BRANCH_NAME'
def message_text = env.BUILD_URL
}
sh 'curl -s -X GET "https://api.telegram.org/bot$Telegram_Token/sendMessage?chat_id=$Chat_Id&text=$message_text"'
}