We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1c59a commit f47bda8Copy full SHA for f47bda8
Jenkinsfile
@@ -66,7 +66,7 @@ pipeline {
66
67
stage('Coverage') {
68
when {
69
- environment name: 'PYTHON_VERSION', value: '3.10'
+ environment name: 'PYTHON_VERSION', value: '3.11'
70
}
71
steps {
72
sh '''#!/usr/bin/env bash
0 commit comments