diff --git a/Jenkinsfile b/Jenkinsfile index cbbc930..9156e25 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,9 @@ #!/usr/bin/env groovy @Library('kanolib') -import build_deb_pkg +import autobuild_repo_pkg stage ('Build') { - build_deb_pkg 'make-snake', env.BRANCH_NAME, 'scratch' + autobuild_repo_pkg 'make-snake' }