Fixed Jenkinsfile (correct spelling of library function).

This commit is contained in:
Matthias Koefferlein 2018-06-27 00:18:11 +02:00
parent ac2271b9d7
commit cef5a416e9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ node("master") {
withDockerContainer(image: "jenkins-${target}-basic") {
// from shared library
installtest_nopymod(target, target_dir)
installtest_nopython(target, target_dir)
}
})