1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00

Use multiline parameter for release notes

This commit is contained in:
Tae Won Ha 2016-10-07 22:32:55 +02:00
parent b42ce881b0
commit 5abd8fc46e
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -22,7 +22,7 @@ Builds a new snapshot of VimR and pushes the tag:<br>
parameters {
stringParam('BRANCH', 'master', 'Branch to build; defaults to master')
stringParam('RELEASE_NOTES', '', 'Release notes')
textParam('RELEASE_NOTES', null, 'Release notes')
}
scm {