Add missing parenthesis

This commit is contained in:
Dawid Jurkiewicz 2020-04-03 14:15:19 +02:00
parent 6e8829d29d
commit e2b7094a45

1
Jenkinsfile vendored
View File

@ -25,6 +25,7 @@ pipeline {
stage('build dawjur-plots') {
steps {
build 'dawjur-plots'
}
}
}
}