apphance / Apphance-MobilE-Build-Automation

Mobile Build Automation for iOS, Android and Windows Phone. Maintained by Apphance.
http://ameba.apphance.com
Other
18 stars 5 forks source link

Can't execute saveReleaseInfoInVCS task #4

Closed ghost closed 11 years ago

ghost commented 12 years ago

Steps to reproduce the problem:

  1. enable ameba-git-plugin
  2. configure git.branch property in gradle.properties
  3. execute 'saveReleaseInfoInVCS'

Result:

The execution failed for task ':saveReleaseInfoInVCS'.

Error when executing git commit -m "Incrementing application version to NOVERSION (0)" AndroidManifest.xml : working directory: /home/maciek/test-ameba/android-test,

 exit value: 1,

 errorOutput:

      ,

Expected result: The task gets executed

potiuk commented 11 years ago

This task is gone in latest version of Ameba. We got rid of the VCS integration, instead we are using Jenkins build numbers (passing them to updateVersion task). BTW. 1.0 version of Ameba is coming soon.