Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plasticscm-plugin
  Commit: e8e4c32eb164c46af8eb0f5ef35bb8e2b5d4bf2e
      
https://github.com/jenkinsci/plasticscm-plugin/commit/e8e4c32eb164c46af8eb0f5ef35bb8e2b5d4bf2e
  Author: Miguel González <[email protected]>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M src/main/java/com/codicesoftware/plugins/hudson/util/FormChecker.java

  Log Message:
  -----------
  Update regexp to match shelve selectors

Signed-off-by: Miguel González <[email protected]>


  Commit: eb916874875141e2ab62515b7a663ca0c01b03bd
      
https://github.com/jenkinsci/plasticscm-plugin/commit/eb916874875141e2ab62515b7a663ca0c01b03bd
  Author: Miguel González <[email protected]>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java
    M src/main/java/com/codicesoftware/plugins/jenkins/SelectorTemplates.java

  Log Message:
  -----------
  Allow the `cm` step to receive shelves

Signed-off-by: Miguel González <[email protected]>


  Commit: bbbc1d0399086ab3ed7748d518ed883a910ee001
      
https://github.com/jenkinsci/plasticscm-plugin/commit/bbbc1d0399086ab3ed7748d518ed883a910ee001
  Author: Miguel González <[email protected]>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java
    M src/main/java/com/codicesoftware/plugins/jenkins/SelectorTemplates.java

  Log Message:
  -----------
  Allow specifying labels as well

Everything is ready to accept labels in the `cm` pipeline command, so we
might as well support it.

Signed-off-by: Miguel González <[email protected]>


  Commit: 778b531b53431e7380d75614e2aaf6b970bd3f5a
      
https://github.com/jenkinsci/plasticscm-plugin/commit/778b531b53431e7380d75614e2aaf6b970bd3f5a
  Author: Miguel González <[email protected]>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M 
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCMStep/config.jelly

  Log Message:
  -----------
  Update HTML form to bind values

Signed-off-by: Miguel González <[email protected]>


  Commit: ce186837246933f0fa94b15597d2a3d303d7ec11
      
https://github.com/jenkinsci/plasticscm-plugin/commit/ce186837246933f0fa94b15597d2a3d303d7ec11
  Author: Miguel González <[email protected]>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M src/main/webapp/branch.html
    M src/main/webapp/changeset.html
    A src/main/webapp/label.html
    A src/main/webapp/shelveset.html

  Log Message:
  -----------
  Add and upgrade help contents

Signed-off-by: Miguel González <[email protected]>


  Commit: b5e99c913f4e1abf39e79d4f2f9d4b1f56500eda
      
https://github.com/jenkinsci/plasticscm-plugin/commit/b5e99c913f4e1abf39e79d4f2f9d4b1f56500eda
  Author: Miguel González <[email protected]>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M src/main/webapp/changeset.html
    M src/main/webapp/shelveset.html

  Log Message:
  -----------
  Improve help messages

Signed-off-by: Miguel González <[email protected]>


  Commit: 6ece8122b30b75e1b42adbe0901caa0112be35ae
      
https://github.com/jenkinsci/plasticscm-plugin/commit/6ece8122b30b75e1b42adbe0901caa0112be35ae
  Author: Miguel González <[email protected]>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java
    M src/main/java/com/codicesoftware/plugins/jenkins/SelectorTemplates.java

  Log Message:
  -----------
  Use `shelveset` instead of `shelve`

Signed-off-by: Miguel González <[email protected]>


  Commit: cab6a4778cd2502fc43c0362dcc6c75f816a7cfe
      
https://github.com/jenkinsci/plasticscm-plugin/commit/cab6a4778cd2502fc43c0362dcc6c75f816a7cfe
  Author: Miguel González <[email protected]>
  Date:   2023-07-24 (Mon, 24 Jul 2023)

  Changed paths:
    M 
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCMStep/config.jelly

  Log Message:
  -----------
  Change entry type for labels

Signed-off-by: Miguel González <[email protected]>


  Commit: c13e16eebf94432a3e119cf4a487f911142b4220
      
https://github.com/jenkinsci/plasticscm-plugin/commit/c13e16eebf94432a3e119cf4a487f911142b4220
  Author: Miguel González <[email protected]>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M src/main/webapp/changeset.html

  Log Message:
  -----------
  Improve changeset documentation

Signed-off-by: Miguel González <[email protected]>


  Commit: 96ef4b50696eb56762f6fa1845dc230789b66256
      
https://github.com/jenkinsci/plasticscm-plugin/commit/96ef4b50696eb56762f6fa1845dc230789b66256
  Author: Miguel González <[email protected]>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java

  Log Message:
  -----------
  Change order of priority

`shelveset` or `label` should be the taken into consideration first.
Then, if none of them is set, we'd use the branch-type selector. The
plugin will include the changeset number if set.

This order makes sense because we can't decouple changeset from branch.
As  we're relying on selectors (as opposed to specs), the selector needs
to know about the branch that contains the changeset.

Signed-off-by: Miguel González <[email protected]>


  Commit: ae1f07041ba840a9301bf430a183effbf71a18ae
      
https://github.com/jenkinsci/plasticscm-plugin/commit/ae1f07041ba840a9301bf430a183effbf71a18ae
  Author: Miguel González <[email protected]>
  Date:   2023-07-26 (Wed, 26 Jul 2023)

  Changed paths:
    M doc/standalone-guide.md

  Log Message:
  -----------
  Update documentation

Signed-off-by: Miguel González <[email protected]>


  Commit: 89a7daeb58ba66de9ced5565b621ee30df260682
      
https://github.com/jenkinsci/plasticscm-plugin/commit/89a7daeb58ba66de9ced5565b621ee30df260682
  Author: Julio Maqueda <[email protected]>
  Date:   2023-07-27 (Thu, 27 Jul 2023)

  Changed paths:
    M doc/standalone-guide.md
    M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCMStep.java
    M src/main/java/com/codicesoftware/plugins/hudson/util/FormChecker.java
    M src/main/java/com/codicesoftware/plugins/jenkins/SelectorTemplates.java
    M 
src/main/resources/com/codicesoftware/plugins/hudson/PlasticSCMStep/config.jelly
    M src/main/webapp/branch.html
    M src/main/webapp/changeset.html
    A src/main/webapp/label.html
    A src/main/webapp/shelveset.html

  Log Message:
  -----------
  Merge pull request #64 from jenkinsci/vcs-1002458-support-shelves

Support shelves


Compare: 
https://github.com/jenkinsci/plasticscm-plugin/compare/e75ec2492761...89a7daeb58ba

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/plasticscm-plugin/push/refs/heads/master/e75ec2-89a7da%40github.com.

Reply via email to