That's most likely happening because you're overriding ANDROID_HOME —
remove environment customisations like that and then the SDK should
install fine.
Learning about Unix file system permissions is a task better suited to
Google than this mailing list.
Regards,
Chris
On 08/08/15 01:34, Pratik Jaiswal wrote:
After adding android-sdk-manager plugin to the build.gradle, it says permission
denied. Can someone help me in adding more permission ?
Started by useranonymous <http://localhost:8080/user/null>
[EnvInject] - Loading node environment variables.
Building in workspace /Users/Shared/Jenkins/Home/jobs/Automated Testing
Check/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.urlhttps://github.com/jpratik21/Testing #
timeout=10
Fetching upstream changes fromhttps://github.com/jpratik21/Testing
> git --version # timeout=10
using .gitcredentials to set credentials
> git config --local credential.helper store
--file=/Users/Shared/Jenkins/tmp/git495701130454661106.credentials # timeout=10
> git -c core.askpass=true fetch --tags
--progresshttps://github.com/jpratik21/Testing +refs/heads/*:refs/remotes/origin/*
> git config --local --remove-section credential # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 326d20feb5be2e81cc51f954e7c0a7453283a9f0
(refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 326d20feb5be2e81cc51f954e7c0a7453283a9f0
> git rev-list 3a3c7825ebf737c3193903368914a4b3c9528a4f # timeout=10
[Gradle] - Launching build.
[workspace] $ "/Users/Shared/Jenkins/Home/jobs/Automated Testing
Check/workspace/gradlew" clean build
Downloadhttps://jcenter.bintray.com/com/jakewharton/sdkmanager/gradle-plugin/0.12.0/gradle-plugin-0.12.0.pom
Downloadhttps://jcenter.bintray.com/org/rauschig/jarchivelib/0.6.0/jarchivelib-0.6.0.pom
Downloadhttps://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.pom
Downloadhttps://jcenter.bintray.com/org/apache/commons/commons-parent/25/commons-parent-25.pom
Downloadhttps://jcenter.bintray.com/org/apache/apache/9/apache-9.pom
Downloadhttps://jcenter.bintray.com/org/apache/commons/commons-compress/1.8/commons-compress-1.8.pom
Downloadhttps://jcenter.bintray.com/org/tukaani/xz/1.5/xz-1.5.pom
Downloadhttps://jcenter.bintray.com/com/jakewharton/sdkmanager/gradle-plugin/0.12.0/gradle-plugin-0.12.0.jar
Downloadhttps://jcenter.bintray.com/org/rauschig/jarchivelib/0.6.0/jarchivelib-0.6.0.jar
Downloadhttps://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar
Android SDK not found. Downloading...
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/Shared/Jenkins/Home/jobs/Automated Testing
Check/workspace/build.gradle' line: 17
* What went wrong:
A problem occurred evaluating root project 'workspace'.
Failed to apply plugin [id 'android-sdk-manager']
> /Users/jpratik/Library/Android/android-sdk.temp (Permission denied)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 12.369 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[android-lint] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report
files were found. Configuration error?
Finished <http://stacktrace.jenkins-ci.org/search?query=Finished>: FAILURE
On Friday, August 7, 2015 at 4:03:40 PM UTC-7, Pratik Jaiswal wrote:
Log:
Started by user anonymous <http://localhost:8080/user/null>
[EnvInject] - Loading node environment variables.
Building in workspace /Users/Shared/Jenkins/Home/jobs/Automated Testing
Check/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.urlhttps://github.com/jpratik21/Testing
<https://github.com/jpratik21/Testing> # timeout=10
Fetching upstream changes fromhttps://github.com/jpratik21/Testing
<https://github.com/jpratik21/Testing>
> git --version # timeout=10
using .gitcredentials to set credentials
> git config --local credential.helper store
--file=/Users/Shared/Jenkins/tmp/git6483021201942154298.credentials # timeout=10
> git -c core.askpass=true fetch --tags
--progresshttps://github.com/jpratik21/Testing
<https://github.com/jpratik21/Testing> +refs/heads/*:refs/remotes/origin/*
> git config --local --remove-section credential # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 3a3c7825ebf737c3193903368914a4b3c9528a4f
(refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3a3c7825ebf737c3193903368914a4b3c9528a4f
> git rev-list 3a3c7825ebf737c3193903368914a4b3c9528a4f # timeout=10
[Gradle] - Launching build.
[workspace] $ "/Users/Shared/Jenkins/Home/jobs/Automated Testing
Check/workspace/gradlew" clean build
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> The SDK directory '/Users/jpratik/Library/Android/sdk' does not exist.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output.
BUILD FAILED
Total time: 9.163 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[android-lint] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report
files were found. Configuration error?
Finished <http://stacktrace.jenkins-ci.org/search?query=Finished>: FAILURE
My screenshot attached says that the android SDK does exist but jenkins
says it doesn't. Tried with ENV var:ANDROID_HOME too / ski.dir=pathtosdk...Any
help ??????
--
You received this message because you are subscribed to the Google
Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to jenkinsci-users+unsubscr...@googlegroups.com
<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/826edf08-328d-489f-a93b-acb003ee59aa%40googlegroups.com
<https://groups.google.com/d/msgid/jenkinsci-users/826edf08-328d-489f-a93b-acb003ee59aa%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Jenkins
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/55C5595E.7000307%40orr.me.uk.
For more options, visit https://groups.google.com/d/optout.