Branch: refs/heads/master Home: https://github.com/jenkinsci/deveo-plugin Commit: 5217546e2ec99543d4c883ac88660eaeb286d1f9 https://github.com/jenkinsci/deveo-plugin/commit/5217546e2ec99543d4c883ac88660eaeb286d1f9 Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-15 (Thu, 15 Oct 2015)
Changed paths: M pom.xml Log Message: ----------- Require newer Jenkins version Commit: cbe4df5ad75a691c958809f0c80b30e364b9efb5 https://github.com/jenkinsci/deveo-plugin/commit/cbe4df5ad75a691c958809f0c80b30e364b9efb5 Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-15 (Thu, 15 Oct 2015) Changed paths: M README.md M pom.xml M src/main/java/com/deveo/plugin/jenkins/DeveoAPI.java M src/main/java/com/deveo/plugin/jenkins/DeveoNotifier.java Log Message: ----------- Use Java 7 Commit: e97c95c437328d6cf23e009a5e4462c2ef664e4c https://github.com/jenkinsci/deveo-plugin/commit/e97c95c437328d6cf23e009a5e4462c2ef664e4c Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M src/main/java/com/deveo/plugin/jenkins/DeveoAPI.java M src/main/java/com/deveo/plugin/jenkins/DeveoNotifier.java M src/main/resources/com/deveo/plugin/jenkins/DeveoNotifier/global.jelly Log Message: ----------- Don't let users configure API version Commit: 743e7fb00d1ec79816a95181a9576c9f8dd9fdf8 https://github.com/jenkinsci/deveo-plugin/commit/743e7fb00d1ec79816a95181a9576c9f8dd9fdf8 Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M pom.xml Log Message: ----------- We depend on Git and Subversion plugins Commit: 4b0a09783d47cdc8adbeefb7a8a9d646f4ec988c https://github.com/jenkinsci/deveo-plugin/commit/4b0a09783d47cdc8adbeefb7a8a9d646f4ec988c Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M src/main/java/com/deveo/plugin/jenkins/DeveoEvent.java M src/main/java/com/deveo/plugin/jenkins/DeveoNotifier.java M src/test/java/com/deveo/plugins/jenkins/DeveoEventTest.java Log Message: ----------- Use `$GIT_BRANCH` as `ref` for Git build events This allows us to figure out related code reviews for the build event in Deveo. Commit: 3fac54c6d0498e931a8fd9b5fa4e5265387a774c https://github.com/jenkinsci/deveo-plugin/commit/3fac54c6d0498e931a8fd9b5fa4e5265387a774c Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M src/main/java/com/deveo/plugin/jenkins/DeveoNotifier.java Log Message: ----------- Attempt event creation only when build was triggered by supported SCM Commit: fb73273f9e5888e310a52274184a869b868de3b5 https://github.com/jenkinsci/deveo-plugin/commit/fb73273f9e5888e310a52274184a869b868de3b5 Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M src/main/java/com/deveo/plugin/jenkins/DeveoAPI.java Log Message: ----------- Switch to Deveo API v1 Commit: ecd5c46e7b14c6bc4ec604de339fab02ab606a4e https://github.com/jenkinsci/deveo-plugin/commit/ecd5c46e7b14c6bc4ec604de339fab02ab606a4e Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M src/test/java/com/deveo/plugins/jenkins/DeveoEventTest.java Log Message: ----------- Fix test: sort keys alphabetically Commit: 3853b5050c0cf8d748aff6a9442f46ffc62f9944 https://github.com/jenkinsci/deveo-plugin/commit/3853b5050c0cf8d748aff6a9442f46ffc62f9944 Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M pom.xml Log Message: ----------- Exclude Maven Surefire InjectedTest to make the build pass Commit: ad95a2024dda2b4ca311f2c4d676cfa84618679b https://github.com/jenkinsci/deveo-plugin/commit/ad95a2024dda2b4ca311f2c4d676cfa84618679b Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-17 (Sat, 17 Oct 2015) Changed paths: M pom.xml Log Message: ----------- Specify source and target JDK Commit: 9338dba7521d6e48e08714c91ef269f90bc8f9d5 https://github.com/jenkinsci/deveo-plugin/commit/9338dba7521d6e48e08714c91ef269f90bc8f9d5 Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-17 (Sat, 17 Oct 2015) Changed paths: M pom.xml M src/main/java/com/deveo/plugin/jenkins/DeveoNotifier.java Log Message: ----------- Add Mercurial support Commit: f24d704e52e7a1344aee491fcdc10c921094d767 https://github.com/jenkinsci/deveo-plugin/commit/f24d704e52e7a1344aee491fcdc10c921094d767 Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-22 (Thu, 22 Oct 2015) Changed paths: M src/main/java/com/deveo/plugin/jenkins/DeveoNotifier.java M src/main/java/com/deveo/plugin/jenkins/DeveoRepository.java A src/main/java/com/deveo/plugin/jenkins/DeveoURLException.java M src/main/resources/com/deveo/plugin/jenkins/DeveoNotifier/config.jelly Log Message: ----------- Get project and repository ID from repository URL This improves the plugin configuration process as one no longer needs to provide the two for every build separately. Commit: e650068c0fc34007e9a7a0e778c75a518e98975a https://github.com/jenkinsci/deveo-plugin/commit/e650068c0fc34007e9a7a0e778c75a518e98975a Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-22 (Thu, 22 Oct 2015) Changed paths: M pom.xml Log Message: ----------- Ditch redundant dependencies Commit: 033356c87254b255ca80974426881d6fb83861ba https://github.com/jenkinsci/deveo-plugin/commit/033356c87254b255ca80974426881d6fb83861ba Author: Ahmed El-Gamil <ah...@manhag.org> Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: A Vagrantfile Log Message: ----------- Add Vagrantfile including all tools necessary to test the plugin Commit: ed03c15195a279b9724c0e2c4c7c030c3f4f3050 https://github.com/jenkinsci/deveo-plugin/commit/ed03c15195a279b9724c0e2c4c7c030c3f4f3050 Author: Ahmed El-Gamil <ah...@manhag.org> Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M .gitignore Log Message: ----------- Add .vagrant to .gitignore Commit: b0e57b2cc0635c243fe91ad991a5f49f402f0f38 https://github.com/jenkinsci/deveo-plugin/commit/b0e57b2cc0635c243fe91ad991a5f49f402f0f38 Author: Ahmed El-Gamil <ah...@manhag.org> Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M Vagrantfile Log Message: ----------- Run Jenkins as the vagrant user Commit: 8d206be35df0cef0dbf8c217c7604ac8eb1bcc81 https://github.com/jenkinsci/deveo-plugin/commit/8d206be35df0cef0dbf8c217c7604ac8eb1bcc81 Author: Ahmed El-Gamil <ah...@manhag.org> Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M Vagrantfile Log Message: ----------- Configure settings.xml as mentioned in the prerequisites Commit: 4f21bad5f9f2afd8f997f03cffc92db2c294a68d https://github.com/jenkinsci/deveo-plugin/commit/4f21bad5f9f2afd8f997f03cffc92db2c294a68d Author: Ahmed El-Gamil <ah...@manhag.org> Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M Vagrantfile Log Message: ----------- export HUDSON_HOME in bash profile for maven builds Commit: 539474467e98cdeef7dedf1653c0ab5bb6aa20c9 https://github.com/jenkinsci/deveo-plugin/commit/539474467e98cdeef7dedf1653c0ab5bb6aa20c9 Author: Ahmed El-Gamil <ah...@manhag.org> Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M Vagrantfile Log Message: ----------- Use private networking in vagrant and set IP to 10.11.12.100 Commit: 50618472005973f0e1e0d2b6a50ed43055a6e7e6 https://github.com/jenkinsci/deveo-plugin/commit/50618472005973f0e1e0d2b6a50ed43055a6e7e6 Author: Ahmed El-Gamil <ah...@manhag.org> Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M Vagrantfile Log Message: ----------- Stop the jenkins service so that hpi:run doesn't complain about 8080 port Commit: 9696bf7979b254fd5d5dd4205f1205a2af5f6a75 https://github.com/jenkinsci/deveo-plugin/commit/9696bf7979b254fd5d5dd4205f1205a2af5f6a75 Author: Veli-Matti Luoto <velimattilu...@gmail.com> Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M .gitignore A Vagrantfile Log Message: ----------- Merge pull request #1 from 0xAhmed/develop Add Vagrantfile for testing Commit: 1223b1498d76a633676062628d3cdd50611ce3a2 https://github.com/jenkinsci/deveo-plugin/commit/1223b1498d76a633676062628d3cdd50611ce3a2 Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-26 (Mon, 26 Oct 2015) Changed paths: M README.md Log Message: ----------- Revise guidelines to match updated dev env Commit: 00aa4a905eb8d205854a25482bc5a0870d681d19 https://github.com/jenkinsci/deveo-plugin/commit/00aa4a905eb8d205854a25482bc5a0870d681d19 Author: Veli-Matti Luoto <ve...@deveo.com> Date: 2015-10-28 (Wed, 28 Oct 2015) Changed paths: M .gitignore M README.md A Vagrantfile M pom.xml M src/main/java/com/deveo/plugin/jenkins/DeveoAPI.java M src/main/java/com/deveo/plugin/jenkins/DeveoEvent.java M src/main/java/com/deveo/plugin/jenkins/DeveoNotifier.java M src/main/java/com/deveo/plugin/jenkins/DeveoRepository.java A src/main/java/com/deveo/plugin/jenkins/DeveoURLException.java M src/main/resources/com/deveo/plugin/jenkins/DeveoNotifier/config.jelly M src/main/resources/com/deveo/plugin/jenkins/DeveoNotifier/global.jelly M src/test/java/com/deveo/plugins/jenkins/DeveoEventTest.java Log Message: ----------- Merge branch 'develop' Compare: https://github.com/jenkinsci/deveo-plugin/compare/3a18eecf097f...00aa4a905eb8 -- 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. For more options, visit https://groups.google.com/d/optout.