Skip to content

Commit

Permalink
Remove STORAGE Makefile
Browse files Browse the repository at this point in the history
No debian package created here is uploaded to any apt repository,
therefore copying to STORAGE is unnecessary.
  • Loading branch information
tobiasherzke committed Nov 23, 2020
1 parent e427e81 commit 27f85a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 117 deletions.
21 changes: 1 addition & 20 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,7 @@ pipeline {
stage("create debian packages") {
steps {
sh 'git clean -fdx .'
sh 'mhamakedeb mahalia-release.csv $(cat version) armhf'
sh 'mhamakedeb mahalia-development.csv $(cat version) armhf'
sh 'mkdir -p output/bionic'
sh 'mv *.deb output/bionic'
stash name: 'deb', includes: 'output/*/*.deb'
}
}
stage("debian packages for apt") {
agent {label "aptly"}
steps {
// receive all created deb packages from build
unstash "deb"
archiveArtifacts "output/*/*.deb"

// Copies the new debs to the stash of existing debs,
sh "BRANCH_NAME=master make SUPPLY_DIR=output/ PROJECT=mahalia-dependencies"

build job: "/hoertech-aptly/master",
quietPeriod: 300,
wait: false
sh 'mhamakedeb mahalia-dependencies.csv $(cat version) armhf'
}
}
}
Expand Down
97 changes: 0 additions & 97 deletions Makefile

This file was deleted.

0 comments on commit 27f85a8

Please # to comment.