diff --git a/Jenkinsfile b/Jenkinsfile index 5cc525f..3fc08a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,5 +5,5 @@ import build_deb_pkg stage ('Build') { - build_deb_pkg 'kano-init-flow', env.BRANCH_NAME, 'scratch' + autobuild_repo_pkg 'kano-init-flow' }