Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] Jenkins job for generating the Platform TCK signature map files

Hi,

The build-signatures [1] Jenkins job works against the `master` Platform TCK branch to generate signature map files based on the artifacts specified to be included via docker/pom.xml [2]. 

In summary, the build-signatures [1] job:

  • Clones the Platform TCK
  • Runs `bash -x docker/build_signatures.sh`
  • Archives the signature map files contained in the src/com/sun/ts/tests/signaturetest/signature-repository folder

After running the build-signatures [1] job, you can download the output [3] and unzip that over your local Platform TCK repo and `git diff` to see if anything changed.  If there are changes, you can create a pull request with the signature map file changes.

Questions?

Scott

[1] https://ci.eclipse.org/jakartaee-tck/job/10/job/build-signatures
[2] https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/docker/pom.xml
[3] https://ci.eclipse.org/jakartaee-tck/job/10/job/build-signatures/lastSuccessfulBuild/artifact/*zip*/archive.zip


Back to the top