diff --git a/Jenkinsfile b/Jenkinsfile index 0f1eca3..aac36bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,7 @@ pipeline { } } stage('Android') { + stages { stage('Checkout F-Droid Repo') { steps { dir("fdroid-repo") { @@ -74,6 +75,7 @@ pipeline { git config --global user.name "Jenkins CI" ./push-updates.sh ''' + } } } }