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 a6111cd039 - Show all commits

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 {