Skip to content

Commit 335c680

Browse files
committed
add publish deb package to dev pipeline
1 parent 8953631 commit 335c680

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

debian/Jenkinsfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,9 @@ distributions.each { distro ->
103103
}
104104
}
105105
parallel branches
106+
107+
node {
108+
stage('Publish to Aptly') {
109+
publishDebToAptly()
110+
}
111+
}

0 commit comments

Comments
 (0)