Skip to content

Commit

Permalink
Fixed Jenkinsfile (correct spelling of library function).
Browse files Browse the repository at this point in the history
  • Loading branch information
klayoutmatthias committed Jun 26, 2018
1 parent ac2271b commit cef5a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ node("master") {

withDockerContainer(image: "jenkins-${target}-basic") {
// from shared library
installtest_nopymod(target, target_dir)
installtest_nopython(target, target_dir)
}

})
Expand Down

0 comments on commit cef5a41

Please sign in to comment.