Branch: refs/heads/master
Home: https://github.com/jenkinsci/plasticscm-plugin
Commit: 5338650b221f090213ca65b4613a1a873b8a4dfb
https://github.com/jenkinsci/plasticscm-plugin/commit/5338650b221f090213ca65b4613a1a873b8a4dfb
Author: Miguel González <[email protected]>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSetID.java
M src/test/java/com/codicesoftware/plugins/hudson/model/ChangeSetIDTest.java
Log Message:
-----------
Remove unused properties from ChangeSetID
This was unneeded complexity and incompatible with cloud repositories.
Commit: d60f064b6b03823f10742abc0503e1ca6e0318d1
https://github.com/jenkinsci/plasticscm-plugin/commit/d60f064b6b03823f10742abc0503e1ca6e0318d1
Author: Miguel González <[email protected]>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M
src/main/java/com/codicesoftware/plugins/hudson/commands/GetWorkspaceStatusCommand.java
Log Message:
-----------
Update the GetWorkspaceStatusCommand parser
Change the RegExp to consider server specs as strings. Instead of returning
null values if parsing doesn't work, it'll now return a default "unknown" ID
Commit: e99d03d6dca5326f121b41705bbcbd038ecc5a61
https://github.com/jenkinsci/plasticscm-plugin/commit/e99d03d6dca5326f121b41705bbcbd038ecc5a61
Author: Miguel González <[email protected]>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSet.java
M src/main/java/com/codicesoftware/plugins/hudson/model/ChangeSetList.java
M src/main/java/com/codicesoftware/plugins/hudson/model/Workspace.java
Log Message:
-----------
Fix BuildData serialization
ChangeSet and Workspace were exporting complex types. ChangeSetList was missing
the ExportBean annotation, so I added it to keep it consistent across models.
Commit: 36bcaa8b6cbc2705b34f9828f342b19c96dc2f0c
https://github.com/jenkinsci/plasticscm-plugin/commit/36bcaa8b6cbc2705b34f9828f342b19c96dc2f0c
Author: Miguel González <[email protected]>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M src/main/java/com/codicesoftware/plugins/hudson/PlasticSCM.java
Log Message:
-----------
Protect checkout against deleted changesets
If the last built changeset doesn't exist anymore in the repository, keep
backtracking builds until a valid changeset is found. Otherwise just consider
that there isn't any.
Compare:
https://github.com/jenkinsci/plasticscm-plugin/compare/bbacfb4a1551...36bcaa8b6cbc
--
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/bbacfb-36bcaa%40github.com.