mirror of
https://github.com/harness/drone.git
synced 2025-05-05 04:11:53 +08:00
copy cron job name when re-startinga build #2760
This commit is contained in:
parent
30ca88b9e6
commit
9ac8aa26c8
@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Removed
|
### Removed
|
||||||
- Support for basic auth as an option for Gitea, by [@techknowlogick](https://giteahub.com/techknowlogick). [#2721](https://github.com/drone/drone/issues/2721)
|
- Support for basic auth as an option for Gitea, by [@techknowlogick](https://giteahub.com/techknowlogick). [#2721](https://github.com/drone/drone/issues/2721)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- copy cron job name when restarting a cron job, by [@bradrydzewski](https://github.com/bradrydzewski). [#2760](https://github.com/drone/drone/issues/2760).
|
||||||
|
|
||||||
## [1.3.1] - 2019-08-26
|
## [1.3.1] - 2019-08-26
|
||||||
### Added
|
### Added
|
||||||
- support for the GitHub deployment status API, by [@bradrydzewski](https://github.com/bradrydzewski).
|
- support for the GitHub deployment status API, by [@bradrydzewski](https://github.com/bradrydzewski).
|
||||||
|
@ -83,6 +83,7 @@ func HandleRetry(
|
|||||||
AuthorAvatar: prev.AuthorAvatar,
|
AuthorAvatar: prev.AuthorAvatar,
|
||||||
Deployment: prev.Deploy,
|
Deployment: prev.Deploy,
|
||||||
DeploymentID: prev.DeployID,
|
DeploymentID: prev.DeployID,
|
||||||
|
Cron: prev.Cron,
|
||||||
Sender: prev.Sender,
|
Sender: prev.Sender,
|
||||||
Params: map[string]string{},
|
Params: map[string]string{},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user