another test

This commit is contained in:
Aneta Tlałka 2023-10-24 18:45:59 +02:00
parent 3b02e3d493
commit b501baf758

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
docker { image 'alpine/flake8' } docker { image 'python:3.10.6-slim-bullseye' }
} }
stages { stages {