Added docker to tools
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good

This commit is contained in:
Csaba 2023-12-13 14:52:13 +01:00
parent 32f4eac11f
commit f0a67bf4ea

3
Jenkinsfile vendored
View file

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