This commit is contained in:
2025-01-27 16:48:01 +08:00
parent 05a2db77db
commit 4d7e908148

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('build') { stage('build') {
steps { steps {
sh 'python --version' sh 'python3 --version'
} }
} }
} }