Skip to content

copyAndDeployJDTCompiler

This job is to copy a milestone build of JDT compiler to the shared staging directory. This job copies jdt.core jar and jdt.apt.compiler from root location to the appropriate staging dirs - /shared/eclipse/jdtstaging/core and /shared/eclipse/jdtstaging/apt. After copy it updates both pom.xml files at those locations to reflect current version.

Steps:
  1. Click on "Build With Parameters", update the parameters such as buildid, jdtversion, aptversion
  2. Click on build to Run the job
  3. After job completion, verify both the pom.xml contents in the console output
In the post build action, the DeployJDTCompiler job is run with the same parameters to deploy the plugins to maven repo.