Update 'Jenkinsfile'

This commit is contained in:
Piotr Szkudlarek 2023-10-24 18:40:20 +02:00
parent 736a5249ab
commit bce58adc1d

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline { pipeline {
agent any agent {
docker { image 'python:3' }
}
stages { stages {
stage('Build') { stage('Build') {