-
http://lifuzu.com/blog/2016/03/21/feeding-build-logs-into-elasticsearch-with-logstash-on-jenkins/
-
Docker image for Jenkins: https://hub.docker.com/_/jenkins/
docker run -p 8080:8080 -p 50000:50000 jenkins
Check for Jenkins on http://localhost:8080
| Question set for interviews | |
| Developer | |
| Tech | |
| - [ ] How many projects do you have | |
| - [ ] Which architectures approaches do you use | |
| - [ ] Which swift version / legacy objc, c what are you going to do with it. | |
| - [ ] Do you do layout in xibs or in code? | |
| - [ ] What do you think about reactive programming (RxSwift) |
| image: chrisgunawardena/android-sdk-23-24:latest | |
| variables: | |
| ANDROID_COMPILE_SDK: "25" | |
| ANDROID_BUILD_TOOLS: "24.0.0" | |
| ANDROID_SDK_TOOLS: "23.0.3" | |
| before_script: | |
| - chmod +x ./gradlew |
http://lifuzu.com/blog/2016/03/21/feeding-build-logs-into-elasticsearch-with-logstash-on-jenkins/
Docker image for Jenkins: https://hub.docker.com/_/jenkins/
docker run -p 8080:8080 -p 50000:50000 jenkins
Check for Jenkins on http://localhost:8080
Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.
Translations: (No guarantee that the translations are up-to-date)
| # starting simple HTTP server with Python in background | |
| screen -d -m python -m SimpleHTTPServer 7777 | |
| # killing process running with screen in background | |
| kill -9 `top -n 1 | pgrep screen` |