Skip to content

Commit

Permalink
Remove TFS Branding
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldzy committed Oct 10, 2016
1 parent d2e3338 commit bd2598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/DZ_JSON_TEST.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ AS
RETURN VARCHAR2
AS
BEGIN
RETURN '{"TFS":' || C_TFS_CHANGESET || ','
RETURN '{"CHANGESET":' || C_CHANGESET || ','
|| '"JOBN":"' || C_JENKINS_JOBNM || '",'
|| '"BUILD":' || C_JENKINS_BUILD || ','
|| '"BUILDID":"' || C_JENKINS_BLDID || '"}';
Expand Down

0 comments on commit bd2598e

Please sign in to comment.