configuration/createHudsonJobForBug.sh
... ...
@@ -5,8 +5,7 @@ if [ $# -eq 0 ]; then
5 5
echo
6 6
echo "Constructs a Hudson job for the given bugid"
7 7
echo "Example: $0 4221 [ {Bugzilla-API-Key} ]"
8
- echo "Builds a Hudson job for bug branch bug4221, linking to the Bugzilla bug and copying a release"
9
- echo "from Github to https://releases.sapsailing.com if the Github Actions Workflow built one."
8
+ echo "Builds a Hudson job for bug branch bug4221, and linking to the Bugzilla bug."
10 9
echo "If a Bugzilla API Key is provided (may also be specified in the BUGZILLA_API_KEY environment"
11 10
echo "variable), it is used to add the bug summary to the build job's description."
12 11
echo "Get a Bugzilla API Key for your user account at https://bugzilla.sapsailing.com/bugzilla/userprefs.cgi?tab=apikey"