Releases: MikeSafonov/jenkins-telegram-chatops
Releases · MikeSafonov/jenkins-telegram-chatops
v1.1.0
⭐ New features
- Integration with requested input step(a02d2b7)
v1.0.0
⭐ New features
- Bot commands was fully reworked (51cc08b)
🔨 Dependencies
- Upgrade to Spring Boot 2.4.5 (1744ca3)
- Upgrade to telegrambots-spring-boot-starter from 5.2.0 (1631fff)
v0.3.0
🪲 Bug fixes
- fix job/folder name detection process (b2e07c0)
🔨 Dependencies
- Upgrade to Spring Boot 2.3.1 (4c79ec1)
- Upgrade to telegrambots-spring-boot-starter from 4.9 (1d06a36)
v0.2.1
🪲 Bug fixes
- added missing dependency
hibernate-validator
(1c2bc20)
v0.2.0
⭐ New features
/last
command to get last build info of specific Jenkins job (c781653)
- shorted commands
/j
, /r
, /h
, /l
(3fcf45d)
- added ability to pass parameters when running jenkins job via
/run
command (218a667)
🔨 Dependencies
- Upgrade to Spring Boot 2.3.0 (d29934c)
- Upgrade to telegrambots-spring-boot-starter from 4.8.1(f07f5a1)
v0.0.4
⬆️ Improvements
- added ability to call bot via
/<command>@<bot_name>
command (8c27f7a)
🔨 Dependencies
- Upgrade to Spring Boot 2.2.6 (b7b43fc)
- Upgrade to Spring-Cloud-Dependencies Hoxton.SR3 (8872459)
- Upgrade to telegrambots-spring-boot-starter 4.7 (36ba082)
v0.0.3
⭐ New features
- using CompletableFuture to running job and waiting until its done (7f15f57)
⬆️ Improvements
- add more detailed message when job run fails (b212aaf)