Skip to content

Commit

Permalink
Add python 3.13 and remove 3.8 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Nov 21, 2024
1 parent f5f0119 commit c479638
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
PYTHON:
- 3.8.20
- 3.9.20
- 3.10.15
- 3.11.10
- 3.12.7
- 3.13.0
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ TAG = latest
JENKINS_AGENT = 3283.v92c105e0f819-1-jdk17

# Python versions: $PYTHON_MAJOR.$PYTHON_PATCH
PYTHON_MAJOR = 3.12
PYTHON_PATCH = 7
PYTHON_MAJOR = 3.13
PYTHON_PATCH = 0

pull:
docker pull $(shell grep FROM Dockerfile | sed 's/^FROM//g' | sed "s/\$${JENKINS_AGENT}/$(JENKINS_AGENT)/g";)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Jenkins Agent and python

[![GitHub release](https://img.shields.io/github/release/flaconi/docker-jnlp-slave-py.svg?label=changelog)](https://github.com/flaconi/docker-jnlp-slave-py/releases/latest)
[![Docker Pulls](https://img.shields.io/docker/pulls/flaconi/jnlp-slave-py.svg)](https://hub.docker.com/r/flaconi/jnlp-slave-py/)
[![Docker Pulls](https://img.shields.io/docker/pulls/flaconi/jnlp-slave-py)](https://hub.docker.com/r/flaconi/jnlp-slave-py/)

A Jenkins agent which can connect to Jenkins using JNLP4 + python preinstalled

0 comments on commit c479638

Please sign in to comment.