Skip to content

Commit 23c6aa0

Browse files
author
Vítězslav Dvořák
committed
Adds publishing stage for Aptly in Jenkins pipeline
Introduces a new stage in the Jenkins pipeline to publish Debian packages to Aptly. This enhancement streamlines the deployment process, ensuring that packages are published efficiently as part of the CI/CD workflow.
1 parent 2abd1e2 commit 23c6aa0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)