mcruncher / worshipsongs-android

Android app for Worship Songs
GNU General Public License v3.0
8 stars 8 forks source link

Ensure that the project can be built in Jenkins and the artifacts are published to Play Store #550

Closed sskjames closed 3 years ago

sskjames commented 3 years ago

With recent changes in our build infrastructure, the build is broken. We need to fix it.

sibiarunachalam commented 3 years ago

Artifacts repository url is updated

sibiarunachalam commented 3 years ago

@mcr-paulanand did SDK and GRADLE setup in Jenkins

sibiarunachalam commented 3 years ago

Cleaned up unnecessary commands in dev pipeline script

sibiarunachalam commented 3 years ago

Package and Publish stage is failed with below exception

`BUILD SUCCESSFUL in 2m 1s 30 actionable tasks: 30 executed [Pipeline] } [Pipeline] // withEnv Post stage [Pipeline] archive The archive step is deprecated, please use archiveArtifacts instead. [Pipeline] script [Pipeline] { [Pipeline] pwd [Pipeline] readFile [Pipeline] } [Pipeline] // script [Pipeline] androidApkUpload Cannot upload to Google Play:

[Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: Upload to Google Play failed Finished: FAILURE`

sibiarunachalam commented 3 years ago

https://issues.jenkins.io/browse/JENKINS-62516 https://github.com/jenkinsci/google-play-android-publisher-plugin#version-40

sibiarunachalam commented 3 years ago

RolloutPercentage parameter is included in build command

sibiarunachalam commented 3 years ago

Pipeline build has passed in Jenkins