index.jelly #3

  • //
  • guest/
  • paul_allen/
  • dev/
  • p4-jenkins/
  • p4-client/
  • src/
  • main/
  • resources/
  • index.jelly
  • View
  • Commits
  • Open Download .zip Download (364 B)
<!--
  This view is used to render the installed plugins page.
-->
<div>
	Perforce Client plugin for the Jenkins SCM provider.  The plugin includes extension points for:
	
	<ul>
		<li>Perforce Password and Ticket Credentials store</li>
		<li>Workspace management for static, manual, template and stream</li>
		<li>Action point for Review Builds</li>
	</ul>
</div>
# Change User Description Committed
#3 8910 Paul Allen Update description details and plugin version.
 Added dependency on p4-java 2013.2.  Will need manual add to .m2 repo:

mvn install:install-file  -Dfile=p4java-2013.2.788582.jar \
                          -DgroupId=com.perforce \
                          -DartifactId=p4java \
                          -Dversion=2013.2.788582 \
                          -Dpackaging=jar
#2 8611 Paul Allen Basic implementation of Credentials Store
#1 8598 Paul Allen Experimentation with data binding for Jelly files and ExtensionPoint/Descriptor