jenkins: wrap android in stages
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -35,6 +35,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Android') {
|
stage('Android') {
|
||||||
|
stages {
|
||||||
stage('Checkout F-Droid Repo') {
|
stage('Checkout F-Droid Repo') {
|
||||||
steps {
|
steps {
|
||||||
dir("fdroid-repo") {
|
dir("fdroid-repo") {
|
||||||
@@ -74,6 +75,7 @@ pipeline {
|
|||||||
git config --global user.name "Jenkins CI"
|
git config --global user.name "Jenkins CI"
|
||||||
./push-updates.sh
|
./push-updates.sh
|
||||||
'''
|
'''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user