Using git scm
ci-tests/python-test/pipeline/head There was a failure building this commit

This commit is contained in:
2021-02-02 16:21:25 +02:00
parent e6be23a4fe
commit fbba40fb3e
Vendored
+3
View File
@@ -3,6 +3,9 @@ pipeline {
options {
parallelsAlwaysFailFast()
}
script {
checkout scm
}
stages {
stage('BuildAndTest') {
matrix {