Branch: refs/heads/master
Home: https://github.com/jenkinsci/gradle-plugin
Commit: 46df8fb7dd3a321a3aad57d57bcfa4c7fd239dc1
https://github.com/jenkinsci/gradle-plugin/commit/46df8fb7dd3a321a3aad57d57bcfa4c7fd239dc1
Author: Stefan Wolf <[email protected]>
Date: 2022-01-08 (Sat, 08 Jan 2022)
Changed paths:
M src/main/java/hudson/plugins/gradle/BuildScanLogScanner.java
M src/main/java/hudson/plugins/gradle/GradleConsoleAnnotator.java
Log Message:
-----------
Remove line length limit for build scan message
In some cases, like when a few plugins are applied, the
line length of the build scan published message can get
large. In that case, the build scan URL has not been detected.
This commit removes the line length limit completely. The
performance impact of scanning very long lines should be
small, given that the full line already has been read into
memory.
Commit: 09b7a11c650fecea43654cf8658427199c8973db
https://github.com/jenkinsci/gradle-plugin/commit/09b7a11c650fecea43654cf8658427199c8973db
Author: Stefan Wolf <[email protected]>
Date: 2022-01-08 (Sat, 08 Jan 2022)
Changed paths:
M src/main/java/hudson/plugins/gradle/BuildScanLogScanner.java
M src/main/java/hudson/plugins/gradle/GradleConsoleAnnotator.java
Log Message:
-----------
Merge pull request #136 from wolfs/scans/remove-length-limit
Remove line length limit for build scan message
Compare:
https://github.com/jenkinsci/gradle-plugin/compare/47115ca20fb8...09b7a11c650f
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/gradle-plugin/push/refs/heads/master/47115c-09b7a1%40github.com.