ci-jenkins-pipelines icon indicating copy to clipboard operation
ci-jenkins-pipelines copied to clipboard

jenkins pipeline build scripts

Results 155 ci-jenkins-pipelines issues
Sort by recently updated
recently updated
newest added

Tap files per platforms keep as before.

jenkins-pipeline

JMH is another code-tools openjdk project which release pretty randomly. JMH suite itslef is engine to run benchamrks, and reelased versions are apearing in maven repos (similarly as jcstress). JMH...

testing

Looks like the line that obtains the dockerImageDigest is within a !rhel section. Line: https://github.com/adoptium/ci-jenkins-pipelines/blob/27eb2279760e68b4a305553d31d82f4275c76fbf/pipelines/build/common/openjdk_build_pipeline.groovy#L2013 simply needs moving to outside the "!rhel" check

docker

From 2024 April release dry run period, the current automatic disabling of tests from the "Saturday prior to release tuesday" is not early enough as it can interfere with dry-runs....

testing

Those are based on closest (which were actually that day last) commit hashes. junit tests are passing. In addition shortened hash to 7 latters and uses jdk17 to tip Should...

testing

Bumps [github/super-linter](https://github.com/github/super-linter) from 5.0.0 to 6. Release notes Sourced from github/super-linter's releases. v6 Full Changelog: https://github.com/github/super-linter/compare/v4.10.2...v6 Changelog Sourced from github/super-linter's changelog. Changelog 6.4.1 (2024-04-22) 🐛 Bugfixes configure ruff with a...

docker
ghActions
alpine-linux
dependencies

Related to https://github.com/adoptium/aqa-tests/issues/5261, we would like to build several versions of jcstress.jar Related code: https://github.com/adoptium/ci-jenkins-pipelines/tree/master/tools/code-tools Recent run in Jenkins at https://ci.adoptium.net/view/Dependencies/job/dependency_pipeline/1155/artifact/jcstress/ shows what we currently build.

enhancement
testing

Fixes https://github.com/adoptium/ci-jenkins-pipelines/issues/1008 Performs an initial DevKit build using the environment gcc, then builds the "final" DevKit using the gcc toolchain from the bootstrap DevKit

jenkins-pipeline

The current Adoptium DevKit when compared to an equivalent externally built DevKit produces non-identical libraries, differing due to the ordering of the .dynsym section. The cause has been tracked down...

testing
reproducible-build

There are additional parameters needed for successful remote triggering of test jobs on the remote temurin-compliance server See: https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L601-L612 - we should percolate the AUTO_AQA_GEN=true (for the cases where the...

testing