This commit is contained in:
pavelbannov 2020-01-13 18:12:12 +03:00
parent 6abbe5a81d
commit ff67ff6f2d

1
build/Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ pipeline {
agent none
stages {
stage('Telegram') {
agent { label 'master' }
steps {
telegramSend(message: 'Test', chatId: -381345297)
}