'update files with ansible'

This commit is contained in:
jonny 2023-01-23 14:15:45 +00:00
parent 3cdcd4b577
commit 90cb078150

6
Jenkinsfile vendored
View File

@ -32,8 +32,10 @@ spec:
}
}
stage('Notify gchat') {
hangoutsNotify message: "NZBhydra 5.0.8 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
steps {
googlechatnotification{url: https://chat.googleapis.com/v1/spaces/AAAA-nNKzdA/messages?key=AIzaSyDdI0hCZtE6vySjMm-WEfRq3CPzqKqqsHI&token=FySO2Zy2wfNJ7QKoqT9zy0uzNJF8bwj74ansor3BTu0%3D, message: "NZBhydra 5.0.7 on Alpine has built", notifySuccess: true}
}
}
}
}