Python3 docker agent
Some checks are pending
Amarillo/amarillo-gitea/amarillo-core/pipeline/head Build queued...

This commit is contained in:
Csaba 2023-12-13 14:10:30 +01:00
parent d1b9cfdf43
commit a6111cd039

8
Jenkinsfile vendored
View file

@ -1,6 +1,10 @@
pipeline {
agent any
agent {
docker {
image 'python:3'
label 'amarillo-build-agent'
}
}
stages {
stage('Check python version') {
steps {