Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Added the option to pass your notes as an argument. #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added the option to pass your notes as an argument. #119

wants to merge 1 commit into from

Conversation

vanlooverenkoen
Copy link

Because we are using Jenkins to deploy to HockeyApp we need a way to add release notes from jenkins. This will make it possible to just add your releasenotes with your gradle task.

./gradlew yourTask -Pnotes="my Notes with spaces"

./gradlew yourTask -Pnotes=MyNotesWithoutSpaces

./gradlew yourTask -Pnotes="my Notes with spaces"

./gradlew yourTask -Pnotes=MyNotesWithoutSpaces
@x2on
Copy link
Owner

x2on commented Feb 1, 2018

Isn't it possible to set notes with your gradle build file to the property?
Because if we add the options for notes we should do it for the other properties too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants