ci: fix jenkinsfile

This commit is contained in:
Alexander Engelsberger 2021-11-05 14:32:37 +01:00
parent d11ab71b7e
commit 9d1dc7320f
No known key found for this signature in database
GPG Key ID: BE3F5909FF0D83E3

2
Jenkinsfile vendored
View File

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