agent none

This commit is contained in:
2025-01-27 16:09:48 +08:00
parent 6b8778973b
commit 1775f98028

2
Jenkinsfile vendored
View File

@@ -1,5 +1,5 @@
pipeline { pipeline {
agent { docker 'python:3.10.12' } agent none
stages { stages {
stage('build') { stage('build') {
steps { steps {