[jenkinsci/timestamper-plugin] a77484: [FIXED JENKINS-30143] Store elapsed time in timest...

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: a7748486421c450d05288acde444c08ebe0c77d2
  
https://github.com/jenkinsci/timestamper-plugin/commit/a7748486421c450d05288acde444c08ebe0c77d2
  Author: Steven Brown 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/timestamper/Timestamp.java
M src/main/java/hudson/plugins/timestamper/TimestampNote.java
M src/main/java/hudson/plugins/timestamper/TimestampNotesOutputStream.java
M src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java
M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
M src/test/java/hudson/plugins/timestamper/TimestampNoteTest.java
M 
src/test/java/hudson/plugins/timestamper/TimestampNotesOutputStreamTest.java
M src/test/java/hudson/plugins/timestamper/TimestampTest.java
M src/test/java/hudson/plugins/timestamper/action/TimestampsActionTest.java

  Log Message:
  ---
  [FIXED JENKINS-30143] Store elapsed time in timestamp console notes

The timestamp console notes previously relied on the context being a Run, so
that they can get the build start time and use it to calculate the elapsed time.
The elapsed time is now stored within the console notes during the build.

This allows timestamps to be displayed when a different context type is
provided, e.g. the workflow plugin provides a StepAtomNode.

Builds that ran with an earlier version of Timestamper and an unrecognised
context type will now display the system clock timestamps but not the elapsed
timestamps, because that information was not recorded.


  Commit: 001cdb26fd46938918d781e9a98660306b893502
  
https://github.com/jenkinsci/timestamper-plugin/commit/001cdb26fd46938918d781e9a98660306b893502
  Author: Steven Brown 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/timestamper/TimestampNote.java

  Log Message:
  ---
  Update the TimestampNote class Javadoc


Compare: 
https://github.com/jenkinsci/timestamper-plugin/compare/0c20ac388190...001cdb26fd46

-- 
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.


[jenkinsci/bitbucket-pullrequest-builder-plugin] 75c0d8: Travis CI

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin
  Commit: 75c0d8c06f0202e8b602f2a09a76a3e427aba0bc
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/75c0d8c06f0202e8b602f2a09a76a3e427aba0bc
  Author: Maxim Epishchev 
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
A .travis.yml

  Log Message:
  ---
  Travis CI


  Commit: 523e5384fc123a554d9a0babc1ae3493d50499bb
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/523e5384fc123a554d9a0babc1ae3493d50499bb
  Author: Maxim Epishchev 
  Date:   2016-01-13 (Wed, 13 Jan 2016)

  Changed paths:
A .gitignore
M pom.xml
A 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildFilter.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java
M 
src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/config.jelly
A 
src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/help-branchesFilter.html

  Log Message:
  ---
  Add branches to build filter (similar issue:61)


  Commit: 31b3fbaa1926c751b651d58044a5216b64566029
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/31b3fbaa1926c751b651d58044a5216b64566029
  Author: Maxim Epishchev 
  Date:   2016-01-15 (Fri, 15 Jan 2016)

  Changed paths:
M pom.xml
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildFilter.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketPullRequestsBuilder.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/ApiClient.java
M 
src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/help-branchesFilter.html

  Log Message:
  ---
  Fix UTF-8 build statuses and fix issue:1; also minor fixes


  Commit: 91a85604177f7df2eb204c9e82564142dbe328f8
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/91a85604177f7df2eb204c9e82564142dbe328f8
  Author: Maxim Epishchev 
  Date:   2016-01-21 (Thu, 21 Jan 2016)

  Changed paths:
M pom.xml
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildFilter.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java
M 
src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/config.jelly
M 
src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/help-branchesFilter.html
A 
src/main/resources/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildTrigger/help-branchesFilterBySCMIncludes.html
A src/test/java/BitbucketBuildFilterTest.java

  Log Message:
  ---
  Refactoring filters code and add tests

 Now we can using more complex filters with source/destination filtration. Also 
add experimental integration with Git SCM plugin.


  Commit: 96ab7a75f14d9990f3c8f1255f9790c496a64473
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/96ab7a75f14d9990f3c8f1255f9790c496a64473
  Author: Maxim Epishchev 
  Date:   2016-01-26 (Tue, 26 Jan 2016)

  Changed paths:
M pom.xml
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketBuildFilter.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketRepository.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/ApiClient.java
M src/test/java/BitbucketBuildFilterTest.java

  Log Message:
  ---
  Bugfixes issue for continuously rebuilding PR

If available TTP (aka "test this please") comment Jenkins PR builder 
continuously rebuilding PR. Now Jenkins post specific build comment.
If you want to rebuild already rebuilded PR, post new TTP comment.


  Commit: 85dc025c4339cfa7f629809aa8ed0ee2ebdb6cb1
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/85dc025c4339cfa7f629809aa8ed0ee2ebdb6cb1
  Author: Shinsuke Nishio 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
A .gitignore

  Log Message:
  ---
  adding gitignore


  Commit: 6a9340ea2cf96f283e26b996b88d2c520401bd21
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/6a9340ea2cf96f283e26b996b88d2c520401bd21
  Author: Shinsuke Nishio 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M .gitignore
   

[jenkinsci/bitbucket-pullrequest-builder-plugin] 94e5b3: [maven-release-plugin] prepare for next developmen...

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin
  Commit: 94e5b374b82e86ae5b73922278e3904372ace580
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/94e5b374b82e86ae5b73922278e3904372ace580
  Author: Shinsuke Nishio 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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.


[jenkinsci/bitbucket-pullrequest-builder-plugin]

2016-01-30 Thread GitHub
  Branch: refs/tags/bitbucket-pullrequest-builder-1.4.13
  Home:   https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin

-- 
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.


[jenkinsci/stash-pullrequest-builder-plugin] e2a887: Support for all Jenkins build outcomes

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stash-pullrequest-builder-plugin
  Commit: e2a8876eabbe1ca71f7753fdebfb2819df45c8a5
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/e2a8876eabbe1ca71f7753fdebfb2819df45c8a5
  Author: Kutsal Berberoglu 
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuilds.java
M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashRepository.java

  Log Message:
  ---
  Support for all Jenkins build outcomes

The plugin supports only successful and failed builds. This commit adds
support for other types of build outcomes: UNSTABLE, ABORTED, NOTBUILT
and provides an appropriate "BUILD whatever" message in the post-finish
comment.


  Commit: 00bf55afd04dd463c460c09bcf15c2f31d6915fb
  
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/commit/00bf55afd04dd463c460c09bcf15c2f31d6915fb
  Author: Nathan 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashBuilds.java
M 
src/main/java/stashpullrequestbuilder/stashpullrequestbuilder/StashRepository.java

  Log Message:
  ---
  Merge pull request #12 from kutsal/full-build-results

Support for all Jenkins build outcomes


Compare: 
https://github.com/jenkinsci/stash-pullrequest-builder-plugin/compare/d69deb1f6f29...00bf55afd04d

-- 
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.


[jenkinsci/ec2-plugin] 0fb580: JENKINS-32588 Unable to launch linux slaves using ...

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 0fb5802d317d81ba2684b2f829bb28ef31252ee3
  
https://github.com/jenkinsci/ec2-plugin/commit/0fb5802d317d81ba2684b2f829bb28ef31252ee3
  Author: Francis Upton IV 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2Cloud.java

  Log Message:
  ---
  JENKINS-32588 Unable to launch linux slaves using ec2 plugin using Eucalyptus


-- 
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.


[jenkinsci/ec2-plugin] 2d3479: JENKINS-32588 Unable to launch linux slaves using ...

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 2d347988974086ddbf89635373c49a51ad9c7d50
  
https://github.com/jenkinsci/ec2-plugin/commit/2d347988974086ddbf89635373c49a51ad9c7d50
  Author: Francis Upton IV 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2Cloud.java

  Log Message:
  ---
  JENKINS-32588 Unable to launch linux slaves using ec2 plugin using Eucalyptus


-- 
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.


[jenkinsci/tfs-plugin] dfe448: Minor grammar fix

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: dfe4480fa7accd874a0ad97872f55020678c5f8b
  
https://github.com/jenkinsci/tfs-plugin/commit/dfe4480fa7accd874a0ad97872f55020678c5f8b
  Author: Manfred Moser 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M README.md

  Log Message:
  ---
  Minor grammar fix


-- 
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.


[jenkinsci/tfs-plugin]

2016-01-30 Thread GitHub
  Branch: refs/heads/import_readme
  Home:   https://github.com/jenkinsci/tfs-plugin

-- 
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.


[jenkinsci/tfs-plugin] e9950e: Improve and rename About to Summary

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: e9950e8d478e5eec8f9092549b072fb1c5c98fc0
  
https://github.com/jenkinsci/tfs-plugin/commit/e9950e8d478e5eec8f9092549b072fb1c5c98fc0
  Author: Oli Dagenais 
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
M README.md

  Log Message:
  ---
  Improve and rename About to Summary


  Commit: 2137c2afa08e9c0de9fce4d23b3c594a7c6ab564
  
https://github.com/jenkinsci/tfs-plugin/commit/2137c2afa08e9c0de9fce4d23b3c594a7c6ab564
  Author: Oli Dagenais 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M README.md

  Log Message:
  ---
  Improve & rename "Wiki and Info" => "Quick links"


  Commit: 72e431c2d420c55db880db8614509a460afe9ea2
  
https://github.com/jenkinsci/tfs-plugin/commit/72e431c2d420c55db880db8614509a460afe9ea2
  Author: Oli Dagenais 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M README.md

  Log Message:
  ---
  Import and improve second part of Summary


  Commit: a3af42efaa2b25dc020ede5c33e8180953aab64e
  
https://github.com/jenkinsci/tfs-plugin/commit/a3af42efaa2b25dc020ede5c33e8180953aab64e
  Author: Oli Dagenais 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M README.md

  Log Message:
  ---
  Import and improve "Supported versions"


  Commit: b27fabc301ad3982b3b9e1f949759b5f016ab7f6
  
https://github.com/jenkinsci/tfs-plugin/commit/b27fabc301ad3982b3b9e1f949759b5f016ab7f6
  Author: Oli Dagenais 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M README.md
A tfs-job-config4.png

  Log Message:
  ---
  Import & improve "Configuration"


  Commit: a99f0cbd6624c033c36339d3b8a7b317ffc3fbfe
  
https://github.com/jenkinsci/tfs-plugin/commit/a99f0cbd6624c033c36339d3b8a7b317ffc3fbfe
  Author: Oli Dagenais 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M README.md

  Log Message:
  ---
  Import "FAQ"


  Commit: 2dfe84662e816184719141f95a0291bd363322f3
  
https://github.com/jenkinsci/tfs-plugin/commit/2dfe84662e816184719141f95a0291bd363322f3
  Author: Oli Dagenais 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M README.md

  Log Message:
  ---
  Imported "version information" as "Timeline"

A lot of content was cut because there are better representations for it
already.  Missing release notes will be imported to GitHub.


  Commit: 6b95a316dadf9bf1820e2692788b994176ebc705
  
https://github.com/jenkinsci/tfs-plugin/commit/6b95a316dadf9bf1820e2692788b994176ebc705
  Author: Manfred Moser 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M README.md
A tfs-job-config4.png

  Log Message:
  ---
  Merge pull request #70 from jenkinsci/import_readme

Import and improve wiki content into README.md


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/7b1b50a1c652...6b95a316dadf

-- 
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.


[jenkinsci/chucknorris-plugin] c2b93b: Upgrade to the new plugin-pom

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/chucknorris-plugin
  Commit: c2b93bc775f71bbf8c6881faa996fa7c3e0d1472
  
https://github.com/jenkinsci/chucknorris-plugin/commit/c2b93bc775f71bbf8c6881faa996fa7c3e0d1472
  Author: Baptiste Mathus 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade to the new plugin-pom


  Commit: b99a21e1a6447ee45dad0a078c858f47ef8a935a
  
https://github.com/jenkinsci/chucknorris-plugin/commit/b99a21e1a6447ee45dad0a078c858f47ef8a935a
  Author: Baptiste Mathus 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M 
src/main/resources/hudson/plugins/chucknorris/RoundhouseAction/floatingBox.jelly
M 
src/main/resources/hudson/plugins/chucknorris/RoundhouseAction/summary.jelly
M src/main/resources/index.jelly

  Log Message:
  ---
  Fix escape-by-default required for .jelly


  Commit: c41c754326f47bdcd6704c6f573da8265dd8a982
  
https://github.com/jenkinsci/chucknorris-plugin/commit/c41c754326f47bdcd6704c6f573da8265dd8a982
  Author: Baptiste Mathus 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove specifics for m-surefire-p

Not clear why it was added in the first place trying to dig in the
history/blame.


  Commit: ab35e69b6bd38ef5728c8ff70ade4790fc8808b8
  
https://github.com/jenkinsci/chucknorris-plugin/commit/ab35e69b6bd38ef5728c8ff70ade4790fc8808b8
  Author: Baptiste Mathus 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/chucknorris/RoundhouseAction.java

  Log Message:
  ---
  Suppressed FindBugs warnings

TODO : analyze infra stats and finally remove those fields?


  Commit: 35169fd71df73f27ebbe06106d9140750aae1bc0
  
https://github.com/jenkinsci/chucknorris-plugin/commit/35169fd71df73f27ebbe06106d9140750aae1bc0
  Author: Baptiste Mathus 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/chucknorris/RoundhouseAction.java
M 
src/main/resources/hudson/plugins/chucknorris/RoundhouseAction/floatingBox.jelly
M 
src/main/resources/hudson/plugins/chucknorris/RoundhouseAction/summary.jelly
M src/main/resources/index.jelly

  Log Message:
  ---
  Merge pull request #8 from jenkinsci/switch-to-new-plugin-pom

Switch to new plugin pom

OK, PR passed CI, merge it!


Compare: 
https://github.com/jenkinsci/chucknorris-plugin/compare/82677d4a5e1f...35169fd71df7

-- 
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.


[jenkinsci/delphix-plugin] 1ec17f: Add support for rollback

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/delphix-plugin
  Commit: 1ec17f3689ac9d31f54efce7a805a583847ac4cf
  
https://github.com/jenkinsci/delphix-plugin/commit/1ec17f3689ac9d31f54efce7a805a583847ac4cf
  Author: Peter Vilim 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M src/main/java/com/delphix/delphix/ContainerBuilder.java
M src/main/java/com/delphix/delphix/ContainerDescriptor.java
M src/main/java/com/delphix/delphix/DelphixEngine.java
M src/main/java/com/delphix/delphix/Messages.java
A src/main/java/com/delphix/delphix/RollbackBuilder.java
A src/main/resources/com/delphix/delphix/RollbackBuilder/config.jelly
M src/main/resources/messages_en.properties

  Log Message:
  ---
  Add support for rollback


-- 
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.


[jenkinsci/negotiatesso-plugin] 4c7bcd: Update the repo url

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/negotiatesso-plugin
  Commit: 4c7bcdc17a3b4b12e981848f72e1bad6398680ed
  
https://github.com/jenkinsci/negotiatesso-plugin/commit/4c7bcdc17a3b4b12e981848f72e1bad6398680ed
  Author: FarmGeek4Life 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update the repo url


-- 
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.


[jenkinsci/chucknorris-plugin] c2b93b: Upgrade to the new plugin-pom

2016-01-30 Thread GitHub
  Branch: refs/heads/switch-to-new-plugin-pom
  Home:   https://github.com/jenkinsci/chucknorris-plugin
  Commit: c2b93bc775f71bbf8c6881faa996fa7c3e0d1472
  
https://github.com/jenkinsci/chucknorris-plugin/commit/c2b93bc775f71bbf8c6881faa996fa7c3e0d1472
  Author: Baptiste Mathus 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade to the new plugin-pom


  Commit: b99a21e1a6447ee45dad0a078c858f47ef8a935a
  
https://github.com/jenkinsci/chucknorris-plugin/commit/b99a21e1a6447ee45dad0a078c858f47ef8a935a
  Author: Baptiste Mathus 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M 
src/main/resources/hudson/plugins/chucknorris/RoundhouseAction/floatingBox.jelly
M 
src/main/resources/hudson/plugins/chucknorris/RoundhouseAction/summary.jelly
M src/main/resources/index.jelly

  Log Message:
  ---
  Fix escape-by-default required for .jelly


  Commit: c41c754326f47bdcd6704c6f573da8265dd8a982
  
https://github.com/jenkinsci/chucknorris-plugin/commit/c41c754326f47bdcd6704c6f573da8265dd8a982
  Author: Baptiste Mathus 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove specifics for m-surefire-p

Not clear why it was added in the first place trying to dig in the
history/blame.


  Commit: ab35e69b6bd38ef5728c8ff70ade4790fc8808b8
  
https://github.com/jenkinsci/chucknorris-plugin/commit/ab35e69b6bd38ef5728c8ff70ade4790fc8808b8
  Author: Baptiste Mathus 
  Date:   2016-01-31 (Sun, 31 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/chucknorris/RoundhouseAction.java

  Log Message:
  ---
  Suppressed FindBugs warnings

TODO : analyze infra stats and finally remove those fields?


Compare: 
https://github.com/jenkinsci/chucknorris-plugin/compare/c2b93bc775f7^...ab35e69b6bd3

-- 
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.


[jenkins-infra/account-app] 113a62: More blacklist items

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/account-app
  Commit: 113a62568cdd8458877f4d9db42c78baf08f0eb7
  
https://github.com/jenkins-infra/account-app/commit/113a62568cdd8458877f4d9db42c78baf08f0eb7
  Author: Larry Shatzer, Jr 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M src/main/java/org/jenkinsci/account/Application.java

  Log Message:
  ---
  More blacklist items


  Commit: dadd22782712570f6a166ad4249cf06f01f9f091
  
https://github.com/jenkins-infra/account-app/commit/dadd22782712570f6a166ad4249cf06f01f9f091
  Author: R. Tyler Croy 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M src/main/java/org/jenkinsci/account/Application.java

  Log Message:
  ---
  Merge pull request #42 from larrys/master

More blacklist items


Compare: 
https://github.com/jenkins-infra/account-app/compare/d1bad0a4fc82...dadd22782712

-- 
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.


[jenkinsci/git-changelog-plugin] fde7e8: Using lib 1.22

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-changelog-plugin
  Commit: fde7e86f2e34e2da89490a124f6f6d52aafc23ea
  
https://github.com/jenkinsci/git-changelog-plugin/commit/fde7e86f2e34e2da89490a124f6f6d52aafc23ea
  Author: Tomas Bjerre 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Using lib 1.22


-- 
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.


[jenkinsci/envinject-plugin] e6fd97: Fix BuildCauseRetriever when AbstractBuild has Nul...

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/envinject-plugin
  Commit: e6fd97cc6d3a3be4e16c5758d5b8ef383ddeddc2
  
https://github.com/jenkinsci/envinject-plugin/commit/e6fd97cc6d3a3be4e16c5758d5b8ef383ddeddc2
  Author: Paul Schwendenman 
  Date:   2016-01-27 (Wed, 27 Jan 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/envinject/service/BuildCauseRetriever.java
A 
src/test/java/org/jenkinsci/plugins/envinject/sevice/BuildCauseRetrieverTest.java

  Log Message:
  ---
  Fix BuildCauseRetriever when AbstractBuild has Null CauseAction


  Commit: 784f1d92af0c4f3a6f5c4c355f0c2e648e59171a
  
https://github.com/jenkinsci/envinject-plugin/commit/784f1d92af0c4f3a6f5c4c355f0c2e648e59171a
  Author: Oleg Nenashev 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/envinject/service/BuildCauseRetriever.java
A 
src/test/java/org/jenkinsci/plugins/envinject/sevice/BuildCauseRetrieverTest.java

  Log Message:
  ---
  Merge pull request #83 from paul-schwendenman/null-build-cause

[FIXED JENKINS-32693] - Fix BuildCauseRetriever when AbstractBuild has Null 
CauseAction


Compare: 
https://github.com/jenkinsci/envinject-plugin/compare/61417c784c65...784f1d92af0c

-- 
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.


[jenkinsci/jacoco-plugin] 334419: JENKINS-24029: Fixed incorrect indentation in sour...

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 334419015dfa63a682654d0f8d41b7fc762a1403
  
https://github.com/jenkinsci/jacoco-plugin/commit/334419015dfa63a682654d0f8d41b7fc762a1403
  Author: Sergey Kinderknecht 
  Date:   2014-09-18 (Thu, 18 Sep 2014)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/report/SourceAnnotator.java

  Log Message:
  ---
  JENKINS-24029: Fixed incorrect indentation in sourcefiles. Indentation is 
done according to java code convention 
(http://www.oracle.com/technetwork/java/codeconventions-150003.pdf, Section 4): 
"Tabs must be set exactly every 8 spaces (not 4).


  Commit: 46c86d6700bcc89051c6bfaab6c4557167d65c1a
  
https://github.com/jenkinsci/jacoco-plugin/commit/46c86d6700bcc89051c6bfaab6c4557167d65c1a
  Author: Christopher Simons 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/jacoco/report/SourceAnnotator.java

  Log Message:
  ---
  Merge pull request #46 from skinderknecht/master

JENKINS-24029: Fixed incorrect indentation in sourcefiles.


Compare: 
https://github.com/jenkinsci/jacoco-plugin/compare/6b118b854559...46c86d6700bc

-- 
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.


[jenkinsci/cmakebuilder-plugin] 98cfcd: prepare release cmakebuilder-2.4.0

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cmakebuilder-plugin
  Commit: 98cfcdb5fe8519ef5ce16326397d50464387c511
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/98cfcdb5fe8519ef5ce16326397d50464387c511
  Author: 15knots 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  prepare release cmakebuilder-2.4.0


  Commit: e27f8b215088386f506238ee4143133ad4993f3c
  
https://github.com/jenkinsci/cmakebuilder-plugin/commit/e27f8b215088386f506238ee4143133ad4993f3c
  Author: 15knots 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
A src/main/java/hudson/plugins/cmake/AbstractCmakeBuilder.java
M src/main/java/hudson/plugins/cmake/CmakeBuilder.java
M src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-cmakeArgs.html
A src/test/java/hudson/plugins/cmake/CmakeBuilderBuildTest.java
A src/test/java/hudson/plugins/cmake/CmakeBuilderFormRoundTripTest.java
R src/test/java/hudson/plugins/cmake/FormRoundTripTest.java
R src/test/java/hudson/plugins/cmake/JobBuildTest.java

  Log Message:
  ---
  factored out AbstractCmakeBuilder


Compare: 
https://github.com/jenkinsci/cmakebuilder-plugin/compare/099137f95190...e27f8b215088

-- 
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.


[jenkinsci/gitlab-hook-plugin] 6bac69: Get reponame from directory on acceptance tests

2016-01-30 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitlab-hook-plugin
  Commit: 6bac69a85a46c0eaefe4ab74c1823f972e109313
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/6bac69a85a46c0eaefe4ab74c1823f972e109313
  Author: Javier Palacios 
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
M spec/acceptance_spec.rb
M spec/support/common.rb

  Log Message:
  ---
  Get reponame from directory on acceptance tests


  Commit: db1f82b46520906f8c10d2565aa8d9ebdf68d68d
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/db1f82b46520906f8c10d2565aa8d9ebdf68d68d
  Author: Javier Palacios 
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
M spec/acceptance_spec.rb
M spec/fixtures/payloads/accept_merge_request.json
M spec/fixtures/payloads/branch_creation.json
M spec/fixtures/payloads/branch_deletion.json
M spec/fixtures/payloads/branch_push.json
M spec/fixtures/payloads/first_push.json
M spec/fixtures/payloads/legacy/accept_merge_request.json
M spec/fixtures/payloads/legacy/merge_request.json
M spec/fixtures/payloads/master_push.json
M spec/fixtures/payloads/merge_request.json
M spec/fixtures/payloads/tag.json
M spec/support/gitlab.rb

  Log Message:
  ---
  Enable gitlab mockup for handling multiple repositories


  Commit: 550e23963dc7c75f38ff360c9907e5dee333709e
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/550e23963dc7c75f38ff360c9907e5dee333709e
  Author: Javier Palacios 
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
M spec/support/gitlab.rb

  Log Message:
  ---
  Display gitlab mockup output


  Commit: 7dfe1cdc889e3489e87d30c228e00a93e9f36be8
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/7dfe1cdc889e3489e87d30c228e00a93e9f36be8
  Author: Javier Palacios 
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
M spec/support/gitlab.rb

  Log Message:
  ---
  BUGFIX: store cloning url on gitlab mockup


  Commit: f476fc441792755e7832a4dbed68de8eaffb44bd
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/f476fc441792755e7832a4dbed68de8eaffb44bd
  Author: Javier Palacios 
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
M spec/acceptance_spec.rb
M spec/support/gitlab.rb

  Log Message:
  ---
  Handle separately comments to different projects


  Commit: 9378327be06a6098814269e691ab64338bec3a63
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/9378327be06a6098814269e691ab64338bec3a63
  Author: Javier Palacios 
  Date:   2016-01-26 (Tue, 26 Jan 2016)

  Changed paths:
M spec/acceptance_spec.rb
M spec/support/gitlab.rb

  Log Message:
  ---
  And return notes for all cases


  Commit: 25d0c62f1028aabd4aef460dfea5fe275817f242
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/25d0c62f1028aabd4aef460dfea5fe275817f242
  Author: Javier Palacios 
  Date:   2016-01-26 (Tue, 26 Jan 2016)

  Changed paths:
A work/jenkins.model.JenkinsLocationConfiguration.xml

  Log Message:
  ---
  Add jenkins_url variable (JENKINS-28466)


  Commit: abaeeeb8838ae1abddf882ee7ff2e04f1b0ec35d
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/abaeeeb8838ae1abddf882ee7ff2e04f1b0ec35d
  Author: Javier Palacios 
  Date:   2016-01-30 (Sat, 30 Jan 2016)

  Changed paths:
M spec/acceptance_spec.rb
M spec/fixtures/payloads/accept_merge_request.json
M spec/fixtures/payloads/branch_creation.json
M spec/fixtures/payloads/branch_deletion.json
M spec/fixtures/payloads/branch_push.json
M spec/fixtures/payloads/first_push.json
M spec/fixtures/payloads/legacy/accept_merge_request.json
M spec/fixtures/payloads/legacy/merge_request.json
M spec/fixtures/payloads/master_push.json
M spec/fixtures/payloads/merge_request.json
M spec/fixtures/payloads/tag.json
M spec/support/common.rb
M spec/support/gitlab.rb

  Log Message:
  ---
  Merge 'javiplx:hardening/gitlab_mockup' into jenkinsci

Improve gitlab mockup

Conflicts:
spec/acceptance_spec.rb
spec/support/gitlab.rb


Compare: 
https://github.com/jenkinsci/gitlab-hook-plugin/compare/5bdc6e98ceca...abaeeeb8838a

-- 
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.