Added docker to tools
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
All checks were successful
Amarillo/amarillo-gitea/amarillo-core/pipeline/head This commit looks good
This commit is contained in:
parent
32f4eac11f
commit
f0a67bf4ea
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue