Branch: refs/heads/master Home: https://github.com/jenkinsci/gradle-plugin
Commit: ccde1bb810f6db6984521ad5e3eaa80c61bbd2bc https://github.com/jenkinsci/gradle-plugin/commit/ccde1bb810f6db6984521ad5e3eaa80c61bbd2bc Author: René Scheibe <rene.sche...@gmail.com> Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M src/test/groovy/hudson/plugins/gradle/PropertyPassingIntegrationTest.groovy Log Message: ----------- Remove trailing whitespaces Commit: 636458304420b6bc463316c2fb92ae2217fd7f0b https://github.com/jenkinsci/gradle-plugin/commit/636458304420b6bc463316c2fb92ae2217fd7f0b Author: René Scheibe <rene.sche...@gmail.com> Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M .gitignore M Jenkinsfile M build.gradle M settings.gradle M src/main/resources/hudson/plugins/gradle/BuildScanAction/summary.jelly M src/main/resources/hudson/plugins/gradle/Gradle/config.jelly M src/main/resources/hudson/plugins/gradle/Gradle/help-buildFile.html M src/main/resources/hudson/plugins/gradle/Gradle/help-passAsProperties.html M src/main/resources/hudson/plugins/gradle/Gradle/help-rootBuildScriptDir.html M src/main/resources/hudson/plugins/gradle/Gradle/help-switches.html M src/main/resources/hudson/plugins/gradle/Gradle/help-tasks.html M src/main/resources/hudson/plugins/gradle/Gradle/help-useWorkspaceAsHome.html M src/main/resources/hudson/plugins/gradle/Gradle/help-wrapperLocation.html M src/main/resources/hudson/plugins/gradle/GradleInstallation/config.jelly M src/main/resources/hudson/plugins/gradle/GradleTaskNote/DescriptorImpl/outline.jelly M src/main/resources/hudson/plugins/gradle/Messages.properties M src/main/resources/hudson/plugins/gradle/Messages_de.properties M src/main/resources/index.jelly M src/main/webapp/help-GradleInstallation-home.html M src/main/webapp/help-GradleInstallation-name.html M src/main/webapp/help.html M src/test/resources/hudson/plugins/gradle/CompatibilityTest/convert_old_build_scan_actions/hudson.plugins.gradle.Gradle.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/convert_old_build_scan_actions/jobs/old/builds/1/build.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/convert_old_build_scan_actions/jobs/old/config.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/read_configuration_files_older_than_1_27/hudson.plugins.gradle.Gradle.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/read_configuration_files_older_than_1_27/jobs/old/config.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/read_old_configuration_files/hudson.plugins.gradle.Gradle.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/read_old_configuration_files/jobs/old/config.xml Log Message: ----------- Add missing newline at EOF Commit: 64c8ff9c684cc0f2af12412ad4adb880d0338a48 https://github.com/jenkinsci/gradle-plugin/commit/64c8ff9c684cc0f2af12412ad4adb880d0338a48 Author: René Scheibe <rene.sche...@gmail.com> Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M src/main/resources/index.jelly Log Message: ----------- Use consistent line endings Commit: faa0e3a217e152a2980fac841fd028a9f6f6e72e https://github.com/jenkinsci/gradle-plugin/commit/faa0e3a217e152a2980fac841fd028a9f6f6e72e Author: René Scheibe <rene.sche...@gmail.com> Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M src/main/resources/hudson/plugins/gradle/GradleTaskNote/DescriptorImpl/outline.jelly M src/main/resources/hudson/plugins/gradle/GradleTaskNote/style.css Log Message: ----------- Use consistent indentation (tabs vs spaces) Commit: 127bdb26f9073df38bd67c4effe1cadb90a3c3c0 https://github.com/jenkinsci/gradle-plugin/commit/127bdb26f9073df38bd67c4effe1cadb90a3c3c0 Author: Stefan Wolf <stefan.wolf....@gmail.com> Date: 2019-07-05 (Fri, 05 Jul 2019) Changed paths: M .gitignore M Jenkinsfile M build.gradle M settings.gradle M src/main/resources/hudson/plugins/gradle/BuildScanAction/summary.jelly M src/main/resources/hudson/plugins/gradle/Gradle/config.jelly M src/main/resources/hudson/plugins/gradle/Gradle/help-buildFile.html M src/main/resources/hudson/plugins/gradle/Gradle/help-passAsProperties.html M src/main/resources/hudson/plugins/gradle/Gradle/help-rootBuildScriptDir.html M src/main/resources/hudson/plugins/gradle/Gradle/help-switches.html M src/main/resources/hudson/plugins/gradle/Gradle/help-tasks.html M src/main/resources/hudson/plugins/gradle/Gradle/help-useWorkspaceAsHome.html M src/main/resources/hudson/plugins/gradle/Gradle/help-wrapperLocation.html M src/main/resources/hudson/plugins/gradle/GradleInstallation/config.jelly M src/main/resources/hudson/plugins/gradle/GradleTaskNote/DescriptorImpl/outline.jelly M src/main/resources/hudson/plugins/gradle/GradleTaskNote/style.css M src/main/resources/hudson/plugins/gradle/Messages.properties M src/main/resources/hudson/plugins/gradle/Messages_de.properties M src/main/resources/index.jelly M src/main/webapp/help-GradleInstallation-home.html M src/main/webapp/help-GradleInstallation-name.html M src/main/webapp/help.html M src/test/groovy/hudson/plugins/gradle/PropertyPassingIntegrationTest.groovy M src/test/resources/hudson/plugins/gradle/CompatibilityTest/convert_old_build_scan_actions/hudson.plugins.gradle.Gradle.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/convert_old_build_scan_actions/jobs/old/builds/1/build.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/convert_old_build_scan_actions/jobs/old/config.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/read_configuration_files_older_than_1_27/hudson.plugins.gradle.Gradle.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/read_configuration_files_older_than_1_27/jobs/old/config.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/read_old_configuration_files/hudson.plugins.gradle.Gradle.xml M src/test/resources/hudson/plugins/gradle/CompatibilityTest/read_old_configuration_files/jobs/old/config.xml Log Message: ----------- Merge pull request #74 from darxriggs/improvements File formatting improvements Compare: https://github.com/jenkinsci/gradle-plugin/compare/a8680c0677ff...127bdb26f907 -- 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/gradle-plugin/push/refs/heads/master/a8680c-127bdb%40github.com. For more options, visit https://groups.google.com/d/optout.