ci: fix jenkinsfile

This commit is contained in:
Alexander Engelsberger
2021-11-05 14:32:37 +01:00
parent d11ab71b7e
commit 9d1dc7320f

2
Jenkinsfile vendored
View File

@@ -1,6 +1,7 @@
pipeline {
agent none
stages {
stage('Unit Tests') {
parallel {
stage('3.6'){
agent{
@@ -34,4 +35,5 @@ pipeline {
}
}
}
}
}