config.jelly #3

  • //
  • guest/
  • paul_allen/
  • dev/
  • p4-jenkins/
  • p4-client/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4_client/
  • populate/
  • ForceCleanImpl/
  • config.jelly
  • Commits
# Change User Description Committed
#3 9672 Paul Allen Refactor name from 'p4_client' to 'p4'.
#2 9472 Paul Allen Added support to pin build at a label in the populate configuration.
 - includes help and updates to tests.
#1 9115 Paul Allen Initial implementation of workspace Cleanup and Sync options.

 - Includes 3 modes: Automatic Clean/Sync, Force Clean/Sync, Sync Only

Automatic Clean/Sync
   Uses reconcile to clean up workspace and sync changes.

Force Clean/Sync
   Force sync of all files (does not remove files yet...)

Sync Only
   Normal sync with no cleanup

TODO:
 - remove of files in Force Clean/Sync mode
 - Inline help
 - Update docs
 - Add unit/functional tests