From dc7e4e65681b9e7dd367ab179404f90e51edc931 Mon Sep 17 00:00:00 2001 From: Tom Bettany Date: Wed, 19 Apr 2017 11:13:10 +0100 Subject: [PATCH] CI: Utilise package autobuild function Eliminate the knowledge from the Jenkinsfile of how to do the package building to allow this to be centralised. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }