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
Post a Comment