jenkins: add git credentials and use devenv for fdroid tools
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -27,7 +27,7 @@ pipeline {
|
|||||||
stage('Checkout F-Droid Repo') {
|
stage('Checkout F-Droid Repo') {
|
||||||
steps {
|
steps {
|
||||||
dir("fdroid-repo") {
|
dir("fdroid-repo") {
|
||||||
git branch: 'binaries', url: "https://gitlab.julian-mutter.de/julian/fdroid-frajul.git"
|
git branch: 'binaries', url: "https://gitlab.julian-mutter.de/julian/fdroid-frajul.git", credentialsId: "3563e7c8-6a79-407c-9681-5d6e6291ba34"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -49,7 +49,7 @@ pipeline {
|
|||||||
stage('Update Metadata') {
|
stage('Update Metadata') {
|
||||||
steps {
|
steps {
|
||||||
dir("fdroid-repo") {
|
dir("fdroid-repo") {
|
||||||
sh './update-repo.sh'
|
sh 'devenv shell ./update-repo.sh'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user