Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/versionnumber-plugin
  Commit: 5a669b533deb9bfbed6d4cd1e7345e3111a70d0a
      
https://github.com/jenkinsci/versionnumber-plugin/commit/5a669b533deb9bfbed6d4cd1e7345e3111a70d0a
  Author: Deniz Bahadir <dbaha...@benocs.com>
  Date:   2015-06-30 (Tue, 30 Jun 2015)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/tools/versionnumber/VersionNumberBuilder.java
    M src/main/webapp/help-overrideNumbers.html
    M 
src/test/java/org/jvnet/hudson/tools/versionnumber/VersionNumberBuilderTest.java

  Log Message:
  -----------
  [FIXED JENKINS-29134]

Added support for automatically overriding the values of "BUILDS_TODAY",
"BUILDS_THIS_MONTH", "BUILDS_THIS_YEAR" and "BUILDS_ALL_TIME" with
values taken from environment-variables.

Instead of just providing a simple number in the form-fields of the
job's plugin-configuration which overrides the value for the next build,
one can now provide an environment-variable whose value will be
extracted and used instead during the next builds.
If it is not set or its value is not convertible to a positive integer,
the value of the previous build will be taken instead and increased by
one.

Signed-off-by: Deniz Bahadir <dbaha...@benocs.com>


  Commit: 25537f0cfc97bbd0702e6b4a27e8306a0cafbac3
      
https://github.com/jenkinsci/versionnumber-plugin/commit/25537f0cfc97bbd0702e6b4a27e8306a0cafbac3
  Author: Deniz Bahadir <dbaha...@benocs.com>
  Date:   2015-07-16 (Thu, 16 Jul 2015)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/tools/versionnumber/VersionNumberBuilder.java

  Log Message:
  -----------
  [FIXED JENKINS-29134] cont.

* Added null-check for user-input.
* Trimming user-input.

Signed-off-by: Deniz Bahadir <dbaha...@benocs.com>


  Commit: 9c1a033923f6bc4b80a19cf682f03994f405695a
      
https://github.com/jenkinsci/versionnumber-plugin/commit/9c1a033923f6bc4b80a19cf682f03994f405695a
  Author: Deniz Bahadir <dbaha...@benocs.com>
  Date:   2015-07-16 (Thu, 16 Jul 2015)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/tools/versionnumber/VersionNumberBuilder.java

  Log Message:
  -----------
  [FIXED JENKINS-29134] cont.

* Renamed constant "envVarPattern" to "ENV_VAR_PATTERN".

Signed-off-by: Deniz Bahadir <dbaha...@benocs.com>


  Commit: b46718d598e0dbc3ec39cf81349bab8d012882ec
      
https://github.com/jenkinsci/versionnumber-plugin/commit/b46718d598e0dbc3ec39cf81349bab8d012882ec
  Author: Deniz Bahadir <bagir...@users.noreply.github.com>
  Date:   2015-07-20 (Mon, 20 Jul 2015)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/tools/versionnumber/VersionNumberBuilder.java
    M src/main/webapp/help-overrideNumbers.html
    M 
src/test/java/org/jvnet/hudson/tools/versionnumber/VersionNumberBuilderTest.java

  Log Message:
  -----------
  Merge pull request #7 from Bagira80/issue/JENKINS-29134

[FIXED JENKINS-29134]


Compare: 
https://github.com/jenkinsci/versionnumber-plugin/compare/786ffe3601c4...b46718d598e0

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

Reply via email to