Branch: refs/heads/JENKINS-34998_pipeline2
  Home:   https://github.com/jenkinsci/cmakebuilder-plugin
  Commit: 8cad572ce168ac4a204d2e38fcd9a2fcebcf26d2
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/8cad572ce168ac4a204d2e38fcd9a2fcebcf26d2
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M src/main/java/hudson/plugins/cmake/AbstractToolStep.java
    M src/main/java/hudson/plugins/cmake/CToolBuilder.java
    M src/main/java/hudson/plugins/cmake/IntSet.java

  Log Message:
  -----------
  introduce method IntSet#contains(), clarify javadoc and comments, add test


  Commit: c6c4c2badc38522303d6ffb83a5a0be1e7f9a556
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/c6c4c2badc38522303d6ffb83a5a0be1e7f9a556
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
    M src/test/java/hudson/plugins/cmake/IntSetTest.java

  Log Message:
  -----------
  add tests for IntSet#contains()


  Commit: c4932949db2f83a3c5102329bbf3e668f9ebc1ac
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/c4932949db2f83a3c5102329bbf3e668f9ebc1ac
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-15 (Thu, 15 Mar 2018)

  Changed paths:
    A src/main/resources/hudson/plugins/cmake/CToolBuilder/common-fields.jelly
    M src/main/resources/hudson/plugins/cmake/CToolBuilder/config.jelly
    R src/main/resources/hudson/plugins/cmake/CToolBuilder/help-arguments.html
    R 
src/main/resources/hudson/plugins/cmake/CToolBuilder/help-ignoredExitCodes.html
    R src/main/resources/hudson/plugins/cmake/CToolBuilder/help-workingDir.html
    A src/main/webapp/html/help/tool/DEVNOTE.txt
    A src/main/webapp/html/help/tool/arguments.html
    A src/main/webapp/html/help/tool/ignoredExitCodes.html
    A src/main/webapp/html/help/tool/workingDir.html

  Log Message:
  -----------
  refactor: move help to non-Descriptor-related static resource


  Commit: 2a786eaefe536c5d2cae4ffc67f699324e449b3b
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/2a786eaefe536c5d2cae4ffc67f699324e449b3b
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-17 (Sat, 17 Mar 2018)

  Changed paths:
    M src/main/resources/hudson/plugins/cmake/AbstractToolStep/config.jelly
    M src/main/resources/hudson/plugins/cmake/CmakeBuilder/config.jelly
    R src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-buildDir.html
    R src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-buildType.html
    R src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-cleanBuild.html
    R src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-cmakeArgs.html
    R src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-generator.html
    R 
src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-preloadScript.html
    R src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-runTool.html
    R src/main/resources/hudson/plugins/cmake/CmakeBuilder/help-sourceDir.html
    A src/main/webapp/html/help/builder/buildDir.html
    A src/main/webapp/html/help/builder/buildType.html
    A src/main/webapp/html/help/builder/cleanBuild.html
    A src/main/webapp/html/help/builder/cmakeArgs.html
    A src/main/webapp/html/help/builder/generator.html
    A src/main/webapp/html/help/builder/preloadScript.html
    A src/main/webapp/html/help/builder/runTool.html
    A src/main/webapp/html/help/builder/sourceDir.html
    M src/main/webapp/html/help/tool/arguments.html

  Log Message:
  -----------
  move help files to a non-descriptor related URL to allow for re-use in 
pipeline snippet generator


  Commit: 5bfe409d602810877262b31e68eda25e1c0488c3
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/5bfe409d602810877262b31e68eda25e1c0488c3
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-17 (Sat, 17 Mar 2018)

  Changed paths:
    M src/main/resources/hudson/plugins/cmake/BuildToolStep/help-args.html

  Log Message:
  -----------
  clarify quoting rules


  Commit: 2d4d0dc211d51d714ef6d377d6e737bf196b5309
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/2d4d0dc211d51d714ef6d377d6e737bf196b5309
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-17 (Sat, 17 Mar 2018)

  Changed paths:
    M src/main/resources/hudson/plugins/cmake/BuildToolStep/help-envVars.html

  Log Message:
  -----------
  mention that macros are not resolved in pipeline script


  Commit: a344f7d5820cb02983404c0452ecc560cd51f44c
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/a344f7d5820cb02983404c0452ecc560cd51f44c
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-17 (Sat, 17 Mar 2018)

  Changed paths:
    A src/main/resources/hudson/plugins/cmake/AbstractToolStep/help.html

  Log Message:
  -----------
  add help for cmake/cpack/ctest step


  Commit: 63051ef9de4dc3bdc14ba4460aebf1f3d67816c5
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/63051ef9de4dc3bdc14ba4460aebf1f3d67816c5
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-18 (Sun, 18 Mar 2018)

  Changed paths:
    M src/main/java/hudson/plugins/cmake/CmakeBuilderStep.java
    M src/main/resources/hudson/plugins/cmake/AbstractToolStep/config.jelly
    M src/main/resources/hudson/plugins/cmake/CToolBuilder/common-fields.jelly
    M src/main/resources/hudson/plugins/cmake/CToolBuilder/config.jelly
    A src/main/resources/hudson/plugins/cmake/CmakeBuilder/common-fields.jelly
    M src/main/resources/hudson/plugins/cmake/CmakeBuilder/config.jelly
    A src/main/resources/hudson/plugins/cmake/CmakeBuilderStep/config.jelly
    A src/main/webapp/html/help/builder/DEVNOTE.txt

  Log Message:
  -----------
  make snippet generator work


  Commit: 8cec9f0d9f3f915cae14d5bc07dc62f7b0865a7d
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/8cec9f0d9f3f915cae14d5bc07dc62f7b0865a7d
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-18 (Sun, 18 Mar 2018)

  Changed paths:
    A src/main/resources/hudson/plugins/cmake/CmakeBuilderStep/help.html

  Log Message:
  -----------
  add help


  Commit: fb661d1076ee50d104341593f6af039147f26ec7
      
https://github.com/jenkinsci/cmakebuilder-plugin/commit/fb661d1076ee50d104341593f6af039147f26ec7
  Author: 15knots <fifteenknots...@gmail.com>
  Date:   2018-03-19 (Mon, 19 Mar 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  add dependency to workflow-step-api, adjust jenkins.version to 1.642.3


Compare: 
https://github.com/jenkinsci/cmakebuilder-plugin/compare/d7166a478d07...fb661d1076ee

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