Skip to content

Commit

Permalink
feat: Update Python versions for tools Jenkins.
Browse files Browse the repository at this point in the history
Also, remove incorrect addition earlier.
  • Loading branch information
dianakhuang committed Nov 22, 2024
1 parent 2552d0f commit 8f135af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion playbooks/roles/jenkins_it/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ it_oracle_packages:

it_jenkins_python_versions:
- python3.5-dev
- python3.12-dev

it_jenkins_configuration_scripts:
- 1addJarsToClasspath.groovy
Expand Down
2 changes: 2 additions & 0 deletions playbooks/roles/tools_jenkins/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
- python3.6-dev
- python3.8
- python3.8-dev
- python3.12
- python3.12-dev
when: ansible_distribution_release == 'bionic' or ansible_distribution_release == 'focal'
tags:
- install
Expand Down

0 comments on commit 8f135af

Please sign in to comment.