jenkins: wrap android in stages

This commit is contained in:
2025-10-26 08:49:19 +01:00
parent a5c70c1c43
commit 3264d8f8e7

2
Jenkinsfile vendored
View File

@@ -35,6 +35,7 @@ pipeline {
}
}
stage('Android') {
stages {
stage('Checkout F-Droid Repo') {
steps {
dir("fdroid-repo") {
@@ -82,6 +83,7 @@ pipeline {
}
}
}
}
post {
always {
step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: emailextrecipients([developers(), requestor()])])