ci: fix configuration
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -2,7 +2,6 @@ pipeline {
|
|||||||
agent none
|
agent none
|
||||||
stages {
|
stages {
|
||||||
stage('Unit Tests') {
|
stage('Unit Tests') {
|
||||||
stage('3.10') {
|
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
filename 'python310.Dockerfile'
|
filename 'python310.Dockerfile'
|
||||||
@@ -15,7 +14,6 @@ pipeline {
|
|||||||
sh 'pip install .[all] --progress-bar off'
|
sh 'pip install .[all] --progress-bar off'
|
||||||
sh 'pytest -v --junitxml=reports/result.xml'
|
sh 'pytest -v --junitxml=reports/result.xml'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
junit 'reports/**/*.xml'
|
junit 'reports/**/*.xml'
|
||||||
|
Reference in New Issue
Block a user