Branch: refs/heads/master Home: https://github.com/jenkinsci/p4-plugin Commit: 1641ec3539a343de29add9682fcf229ce523bca2 https://github.com/jenkinsci/p4-plugin/commit/1641ec3539a343de29add9682fcf229ce523bca2 Author: Joel Brown <j.f.br...@sbcglobal.net> Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths: M src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java M src/main/java/org/jenkinsci/plugins/p4/client/ConnectionHelper.java Log Message: ----------- Allow option to not gather changelists for build, JENKINS-68516. Setting the global option maxChanges (Maximum number of changes shown in a build) to 0 will skip collecting the changes for a build, no longer running the "p4 changes ...@last,current" for all builds. Commit: 1aab24373a7b14cf6a37b445d88213f3c3aafcee https://github.com/jenkinsci/p4-plugin/commit/1aab24373a7b14cf6a37b445d88213f3c3aafcee Author: Joel Brown <54191633+joel-f-br...@users.noreply.github.com> Date: 2022-05-16 (Mon, 16 May 2022) Changed paths: M RELEASE.md M pom.xml M src/main/java/org/jenkinsci/plugins/p4/ConfigurationListener.java M src/main/java/org/jenkinsci/plugins/p4/PerforceScm.java M src/main/java/org/jenkinsci/plugins/p4/changes/P4ChangeEntry.java M src/main/java/org/jenkinsci/plugins/p4/changes/P4ChangeParser.java M src/main/java/org/jenkinsci/plugins/p4/changes/P4ChangeSet.java M src/main/java/org/jenkinsci/plugins/p4/tasks/TaggingTask.java M src/main/resources/org/jenkinsci/plugins/p4/PerforceScm/buildEnv.groovy M src/main/resources/org/jenkinsci/plugins/p4/PerforceScm/buildEnv.properties M src/main/resources/org/jenkinsci/plugins/p4/build/P4EnvironmentContributor/buildEnv.groovy M src/main/resources/org/jenkinsci/plugins/p4/build/P4EnvironmentContributor/buildEnv.properties M src/test/java/org/jenkinsci/plugins/p4/client/FreeStyleTest.java Log Message: ----------- Merge branch 'jenkinsci:master' into master Commit: 865ff0f60528c67d4e6ebf962cd30c3b04c830c6 https://github.com/jenkinsci/p4-plugin/commit/865ff0f60528c67d4e6ebf962cd30c3b04c830c6 Author: Paul Allen <pal...@perforce.com> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java M src/main/java/org/jenkinsci/plugins/p4/client/ConnectionHelper.java Log Message: ----------- Merge pull request #145 from joel-f-brown/master Allow option to not detect changelists for build, JENKINS-68516 Compare: https://github.com/jenkinsci/p4-plugin/compare/7b4b1c75e2b8...865ff0f60528 -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/p4-plugin/push/refs/heads/master/7b4b1c-865ff0%40github.com.