continuous integration - Deploying contents from Author to Publisher automatically using Jenkins - CI -


i automating project uses adobe cq5 technology using jenkins - continuous integration. ci jobflow follows : cq5 build - > cq5 deploy - author -> cq5 deploy - publisher.

but problem here , cq5 build clone code git repo , deploy in cq5 author fine, need take deployed content author , push publisher , deploy in publisher. there provision in jenkins that? writing script work here ? suggestions please.

copy artifact plugin might looking for. allows specify job want copy content. if author & publisher jobs/projects on different machine, can use publish on ssh plugin

there few other plugins might of interest however, feel above 1 should suffice:
1. https://wiki.jenkins-ci.org/display/jenkins/flexible+publish+plugin
2. https://wiki.jenkins-ci.org/display/jenkins/artifactdeployer+plugin


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -