Skip to content

Commit

Permalink
CI: Utilise package autobuild function
Browse files Browse the repository at this point in the history
Eliminate the knowledge from the Jenkinsfile of how to do the package
building to allow this to be centralised.
  • Loading branch information
Radu authored and radujipa committed Oct 5, 2017
1 parent 5ad5abd commit e18718e
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 @@ -5,5 +5,5 @@ import build_deb_pkg


stage ('Build') {
build_deb_pkg 'kano-desktop', env.BRANCH_NAME, 'scratch'
autobuild_repo_pkg 'kano-desktop'
}

0 comments on commit e18718e

Please sign in to comment.