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 { pipeline {
agent none agent none
stages { stages {
stage('Unit Tests') {
parallel { parallel {
stage('3.6'){ stage('3.6'){
agent{ agent{
@ -34,4 +35,5 @@ pipeline {
} }
} }
} }
}
} }