Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.x <- Full revision of Jenkins Pipelines, to make them work again #807

Merged
merged 38 commits into from
Jun 7, 2022

Commits on May 17, 2022

  1. Modification to detect that java 17 is not installed.

    Victor Pablos Ceruelo committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1fbeb39 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    ec3ce26 View commit details
    Browse the repository at this point in the history
  2. jdk 17 has no package for centos 7.

    Victor Pablos Ceruelo committed May 18, 2022
    Configuration menu
    Copy the full SHA
    730affe View commit details
    Browse the repository at this point in the history
  3. Removes jcenter repositories, deprecated.

    Victor Pablos Ceruelo committed May 18, 2022
    Configuration menu
    Copy the full SHA
    6ae9424 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'task/upgrade-atlassian-stack' of https://github.com/ope…

    …ndevstack/ods-quickstarters into task/upgrade-atlassian-stack
    Victor Pablos Ceruelo committed May 18, 2022
    Configuration menu
    Copy the full SHA
    123a923 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Enable switch jdk version. In ubi image they might work.

    Victor Pablos Ceruelo committed May 19, 2022
    Configuration menu
    Copy the full SHA
    25e6fcf View commit details
    Browse the repository at this point in the history
  2. javac is not there always.

    Victor Pablos Ceruelo committed May 19, 2022
    Configuration menu
    Copy the full SHA
    091a13b View commit details
    Browse the repository at this point in the history
  3. Fixes some problems with javac and jdk 17.

    Victor Pablos Ceruelo committed May 19, 2022
    Configuration menu
    Copy the full SHA
    e9eae09 View commit details
    Browse the repository at this point in the history
  4. Fixes checking java and javac versions.

    Victor Pablos Ceruelo committed May 19, 2022
    Configuration menu
    Copy the full SHA
    06c4602 View commit details
    Browse the repository at this point in the history
  5. Improve error msgs in scripts that change jdk version to use.

    Victor Pablos Ceruelo committed May 19, 2022
    Configuration menu
    Copy the full SHA
    7ecc78a View commit details
    Browse the repository at this point in the history
  6. changelog

    Victor Pablos Ceruelo committed May 19, 2022
    Configuration menu
    Copy the full SHA
    d100049 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Solves bug use-j17 does not work in centos 7.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    95aef97 View commit details
    Browse the repository at this point in the history
  2. epel problem with ca-certificates.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    bd2e31f View commit details
    Browse the repository at this point in the history
  3. Upgrade before installing epel.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    6a72dfc View commit details
    Browse the repository at this point in the history
  4. typo

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    9121ed6 View commit details
    Browse the repository at this point in the history
  5. Error searching for ubi rh packages.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    83725b7 View commit details
    Browse the repository at this point in the history
  6. Use --nobest to avoid problem downloading pkgs.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    1cb0ecb View commit details
    Browse the repository at this point in the history
  7. --skip-broken

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    1492525 View commit details
    Browse the repository at this point in the history
  8. Removes problematic pkgs operations.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    b00b168 View commit details
    Browse the repository at this point in the history
  9. --nobest is not available for yum

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    b7518a3 View commit details
    Browse the repository at this point in the history
  10. java-11-openjdk-jmods is no more available.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    21df775 View commit details
    Browse the repository at this point in the history
  11. java-11-openjdk-jmods is no more available for ubi8.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d087b24 View commit details
    Browse the repository at this point in the history
  12. fixes use-j17 not working in ubi8: removes it

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    ab7fe58 View commit details
    Browse the repository at this point in the history
  13. Do not fail if epel repos is not available.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d17c128 View commit details
    Browse the repository at this point in the history
  14. Correct way to have epel repos in ubi8 img.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    d9d16d1 View commit details
    Browse the repository at this point in the history
  15. Should fix install pkgs bison, readline-devel.

    Victor Pablos Ceruelo committed May 20, 2022
    Configuration menu
    Copy the full SHA
    8d96180 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. yum-config-manager is not available in ubi8

    Victor Pablos Ceruelo committed May 23, 2022
    Configuration menu
    Copy the full SHA
    cfeee5a View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Allow jenkins agent to add new certificates.

    Victor Pablos Ceruelo committed May 25, 2022
    Configuration menu
    Copy the full SHA
    95a52fc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Should recover jdk 17 capability.

    Victor Pablos Ceruelo committed May 30, 2022
    Configuration menu
    Copy the full SHA
    9b2a043 View commit details
    Browse the repository at this point in the history
  2. fixes typos found during revision.

    Victor Pablos Ceruelo committed May 30, 2022
    Configuration menu
    Copy the full SHA
    0e74019 View commit details
    Browse the repository at this point in the history
  3. gpg keys needed for centos repos.

    Victor Pablos Ceruelo committed May 30, 2022
    Configuration menu
    Copy the full SHA
    857f754 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. git checkout feature/ods-devenv -- be-java-springboot/Jenkinsfile com…

    …mon/jenkins-agents/maven/docker/Dockerfile.centos7 common/jenkins-agents/maven/docker/Dockerfile.ubi8 common/jenkins-agents/nodejs12/docker/Dockerfile.ubi8
    Victor Pablos Ceruelo committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d829bcc View commit details
    Browse the repository at this point in the history
  2. Scripts use-j@@ need to be run by user root.

    Victor Pablos Ceruelo committed May 31, 2022
    Configuration menu
    Copy the full SHA
    4e78815 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Fixes JAVA_HOME environment variable value.

    Victor Pablos Ceruelo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4a0b2eb View commit details
    Browse the repository at this point in the history
  2. changelog.

    Victor Pablos Ceruelo committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    03b1dc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. changelog

    Victor Pablos Ceruelo committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    50f259f View commit details
    Browse the repository at this point in the history
  2. Some dependencies are no more available in rh repos.

    Victor Pablos Ceruelo committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    54dc51f View commit details
    Browse the repository at this point in the history
  3. Forgot to remove workaround.

    Victor Pablos Ceruelo committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    4e40fc5 View commit details
    Browse the repository at this point in the history