jenkins-android | Jenkins Android CI on Docker | Continous Integration library
kandi X-RAY | jenkins-android Summary
kandi X-RAY | jenkins-android Summary
Jenkins Android CI on Docker. `$ docker pull oreomitch/jenkins-android`. `$ docker run -d -p 8080:8080 oreomitch/jenkins-android`.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of jenkins-android
jenkins-android Key Features
jenkins-android Examples and Code Snippets
Community Discussions
Trending Discussions on jenkins-android
QUESTION
i'm currently trying to build my own Jenkins docker image with the purpose to have a Jenkins server, that can build Android gradle based projects and docker images.
From my github repo (https://github.com/mikedolx/docker-jenkins-android) this is how my docker file looks like:
...ANSWER
Answered 2018-Oct-06 at 23:00You need to run docker in docker.
So, in a nutshell, you mount the host docker socket as a volume into Jenkins and have compatible docker binaries in your container.
This is a good description
There is much more to it to consider, such as security depending on other containers running on your host and also how to run it when using jenkins agents.
QUESTION
We have a project, which compiles and run for everybody EXCEPT me. I have exactly the same code, I try to run it exactly the same way, but the log says:
FAILURE: Build failed with an exception.
- What went wrong: Could not resolve all files for configuration ':react-native-camera:debugCompileClasspath'.
> Could not find core.jar (com.google.zxing:core:3.3.0). Searched in the following locations: https://artifactory.mycompany.eu/artifactory/mvn-libs-all/com/google/zxing/core/3.3.0/core-3.3.0.jar
I changed the url above (only the company name), but i checked, and the jar is presented there.
This jar is necessary for react-native-camera node module.
I have already:
- run npm cache clean --force
- run gradlew clean
- deleted the whole project, checked out the source code, installed node modules, tried to run
But nothing helped.
EDIT:
project/build.gradle
...ANSWER
Answered 2018-Oct-04 at 09:28I think you miss repository in Gradle to get com.google.zxing:core:3.3.0
You need open Android Studio with project in folder /android
of your react-native project.
and edit file build.gradle
of project
and add google()
and jcenter()
to respository
of buildscript
and allprojects
like this
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jenkins-android
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page