Merge jenkins-test #1

Merged
Csaba merged 16 commits from jenkins-test into main 2023-12-18 12:50:58 +01:00
Showing only changes of commit f0a67bf4ea - Show all commits

3
Jenkinsfile vendored
View file

@ -4,6 +4,9 @@ pipeline {
image 'python:3'
}
}
tools {
'org.jenkinsci.plugins.docker.commons.tools.DockerTool' 'docker'
}
stages {
stage('Check python version') {
steps {