Python3 docker agent
Some checks are pending
Amarillo/amarillo-gitea/amarillo-core/pipeline/head Build queued...
Some checks are pending
Amarillo/amarillo-gitea/amarillo-core/pipeline/head Build queued...
This commit is contained in:
parent
d1b9cfdf43
commit
a6111cd039
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'python:3'
|
||||||
|
label 'amarillo-build-agent'
|
||||||
|
}
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Check python version') {
|
stage('Check python version') {
|
||||||
steps {
|
steps {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue