#
# ChangeLog for Jenkins/tools.groovy
#
# Generated by Trac 1.2.1
# Mar 5, 2025, 7:34:48 PM

Mon, 14 Jun 2021 19:47:17 GMT Thierry Delisle <tdelisle@…> [9824500]
	* Jenkins/tools.groovy (modified)
	* Jenkinsfile (modified)

	Fixed email generation in Jenkins


Thu, 10 Jun 2021 13:16:51 GMT Thierry Delisle <tdelisle@…> [cc5544a]
	* Jenkins/FullBuild (modified)
	* Jenkins/Promote (added)
	* Jenkins/tools.groovy (modified)

	Simplified how jenkins produces the git message.
	FullBuild now ...


Thu, 17 Dec 2020 16:18:24 GMT Thierry Delisle <tdelisle@…> [9dd31e7]
	* Jenkins/tools.groovy (modified)
	* Jenkinsfile (modified)

	Removed StageName global as it doesn't seem to work and it's not that ...


Fri, 04 Dec 2020 19:28:03 GMT Thierry Delisle <tdelisle@…> [9c4ad67]
	* Jenkins/tools.groovy (modified)

	Fixed typo


Fri, 04 Dec 2020 18:35:13 GMT Thierry Delisle <tdelisle@…> [a12cd594]
	* Jenkins/tools.groovy (modified)

	Messed up last commit


Fri, 04 Dec 2020 18:24:21 GMT Thierry Delisle <tdelisle@…> [d4e338f]
	* Jenkins/tools.groovy (modified)

	Fixed how GitLogMessage saves results


Fri, 04 Dec 2020 18:16:24 GMT Thierry Delisle <tdelisle@…> [6c0ef72]
	* Jenkins/tools.groovy (modified)

	Tools.checkout now uses explicit credentials


Fri, 04 Dec 2020 18:09:17 GMT Thierry Delisle <tdelisle@…> [6cdec7e]
	* Jenkins/tools.groovy (modified)

	Fixed incorrect condition in gitlog


Fri, 04 Dec 2020 18:05:09 GMT Thierry Delisle <tdelisle@…> [143cbf1]
	* Jenkins/tools.groovy (modified)

	Update tools.groovy checkout for specific hash


Fri, 04 Dec 2020 17:52:04 GMT Thierry Delisle <tdelisle@…> [6a531ab]
	* Jenkins/tools.groovy (modified)
	* Jenkinsfile (modified)

	Quick build now uses new AST.
	Moved some more common code to ...


Fri, 04 Dec 2020 02:16:41 GMT Thierry Delisle <tdelisle@…> [6c9e0bc]
	* Jenkins/Distribute (modified)
	* Jenkins/tools.groovy (modified)

	Removed infinite recursion


Fri, 04 Dec 2020 02:14:54 GMT Thierry Delisle <tdelisle@…> [68f2e42]
	* Jenkins/tools.groovy (modified)

	Bad copy-paste


Fri, 04 Dec 2020 02:11:17 GMT Thierry Delisle <tdelisle@…> [032fd93]
	* Jenkins/tools.groovy (modified)

	Changed groovy to not use ternary


Fri, 04 Dec 2020 01:56:11 GMT Thierry Delisle <tdelisle@…> [d29a394]
	* Jenkins/Distribute (modified)
	* Jenkins/tools.groovy (modified)

	Distribute not checksout a specific commit on the target node


Fri, 04 Dec 2020 01:43:24 GMT Thierry Delisle <tdelisle@…> [f78ead5]
	* Jenkins/Distribute (modified)
	* Jenkins/tools.groovy (modified)

	Getting last successful Full Build by default


Fri, 04 Dec 2020 00:46:27 GMT Thierry Delisle <tdelisle@…> [4011b98]
	* Jenkins/Distribute (added)
	* Jenkins/tools.groovy (modified)

	First pieces of distribute jenkins script


Thu, 03 Dec 2020 21:56:35 GMT Thierry Delisle <tdelisle@…> [1483a16]
	* Jenkins/tools.groovy (modified)
	* Jenkinsfile (modified)

	Loading seems to work, usage doesn't


Thu, 03 Dec 2020 21:51:36 GMT Thierry Delisle <tdelisle@…> [8ca82de]
	* Jenkins/tools.groovy (modified)
	* Jenkinsfile (modified)

	More attempts at loading tools


Thu, 03 Dec 2020 21:37:50 GMT Thierry Delisle <tdelisle@…> [27b1ca1]
	* Jenkins/tools.groovy (added)
	* Jenkinsfile (modified)

	Modified Jenkinsfile to move out some of the helper for later reuse