@@ -1,6 +1,5 @@
/* Requires the Docker Pipeline plugin */
pipeline {
- agent { docker { image 'python:3.10.7-alpine' } }
stages {
stage('build') {
steps {