Avinash Barnwal's Blog

Azure Cloud Solution Architect, Tech geek. Blog writer, having Experience with Azure cloud, C#.NET, REST APIs, Docker, K8S, AKS , Linkerd, Azure DevOps & Informatica ETL, Disaster Recovery and High Availability Planning

Menu
  • About Avinash Barnwal
  • Privacy

Category: Continuous Integration

Part 3 – Storing Jenkins output to AWS S3 bucket

2016-10-25
| 11 Comments
| Android, AWS, Continuous Integration

This is 3rd in series of articles written for Jenkins Continuous Integration tool. We already setup Jenkins, setup Android SDK, Gradle home, and a Test Jenkins build to archive the artifacts so far. In this tutorial I am going to setup a AWS S3 integration from the same build to be able to archive the artifacts […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/android/" rel="category tag">Android</a>, <a href="https://www.vnextcoder.ga/category/aws/" rel="category tag">AWS</a>, <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a> Tagged <a href="https://www.vnextcoder.ga/tag/android/" rel="tag">Android</a>, <a href="https://www.vnextcoder.ga/tag/aws/" rel="tag">AWS</a>, <a href="https://www.vnextcoder.ga/tag/aws-s3/" rel="tag">AWS S3</a>, <a href="https://www.vnextcoder.ga/tag/jenkins/" rel="tag">Jenkins</a> 11 Comments

Part 2 – Setting up Android build on Jenkins

2016-10-24
| 2 Comments
| Android, Continuous Integration

This is 2nd article in series of articles for setting up an Android build.  I hope you have read the previous one here  Part 1 – Setting up Android build on Jenkins Requirements for this tutorial is that you have a working Android Project which builds fine  inside Android Studio.  Source code for this sample is at https://github.com/vnextcoder/trav. […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/android/" rel="category tag">Android</a>, <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a> Tagged <a href="https://www.vnextcoder.ga/tag/android/" rel="tag">Android</a>, <a href="https://www.vnextcoder.ga/tag/aws/" rel="tag">AWS</a>, <a href="https://www.vnextcoder.ga/tag/aws-s3/" rel="tag">AWS S3</a>, <a href="https://www.vnextcoder.ga/tag/jenkins/" rel="tag">Jenkins</a> 2 Comments

Part 1 – Setting up Android build on Jenkins

2016-10-16
| 1 Comment
| Android, Continuous Integration

This tutorial is 1st in a series of articles for setting up CI for Android .  I would try and cover the pre-configuration tasks to make sure all the requirements for configuring a Android build. This tutorial assumes you have a working Jenkins installation with a Jenkins user id which allows you to configure new Build Jobs […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/android/" rel="category tag">Android</a>, <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a> Tagged <a href="https://www.vnextcoder.ga/tag/android/" rel="tag">Android</a>, <a href="https://www.vnextcoder.ga/tag/aws/" rel="tag">AWS</a>, <a href="https://www.vnextcoder.ga/tag/aws-s3/" rel="tag">AWS S3</a>, <a href="https://www.vnextcoder.ga/tag/jenkins/" rel="tag">Jenkins</a> 1 Comment

Installing Jenkins on Ubuntu

2016-10-13
| 1 Comment
| Android, Continuous Integration

After having setup Travis-CI and CircleCI builds for my sample Android app, today I thought to install Jenkins on Ubuntu (giving more control on signing, authority, Dex, etc.) , though it is pretty much straightforward, however I wanted to post my learning as well in form of a tutorial. Step 1 – Preparing your Ubuntu First […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/android/" rel="category tag">Android</a>, <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a> Tagged <a href="https://www.vnextcoder.ga/tag/jenkins/" rel="tag">Jenkins</a>, <a href="https://www.vnextcoder.ga/tag/ubuntu/" rel="tag">Ubuntu</a> 1 Comment

TeamCity Reset admin password

2015-09-15
| No Comments
| Continuous Integration

If you forgotten TeamCity admin password and trying to find way to reset it then please follow below steps: Go to your TeamCity installation log folder (Example log file path where TeamCity installed in C: drive: C:\TeamCity\logs) Open teamcity-server.log file Search for key word: “Super user authentication” then copy the token . This token is reset every […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a> Tagged <a href="https://www.vnextcoder.ga/tag/continuous-integration/" rel="tag">Continuous Integration</a>, <a href="https://www.vnextcoder.ga/tag/teamcity/" rel="tag">Teamcity</a> Leave a comment

Setup private GitHub using GitLab and Ubuntu Server 12.04 LTS

2015-05-08
| No Comments
| Continuous Integration, Mysql, Uncategorized

I’m the first to admit that I absolutely love writing code and applications, I’m also a huge fan of GitHub, GitHub is a fantastic tool for hosting and collaborating on public projects such as open-source projects however and although you can pay to enable you to host private Git repositories on GitHub if you have more […]

Read More »

Posted in <a href="https://www.vnextcoder.ga/category/continuous-integration/" rel="category tag">Continuous Integration</a>, <a href="https://www.vnextcoder.ga/category/mysql/" rel="category tag">Mysql</a>, <a href="https://www.vnextcoder.ga/category/uncategorized/" rel="category tag">Uncategorized</a> Tagged <a href="https://www.vnextcoder.ga/tag/git/" rel="tag">Git</a>, <a href="https://www.vnextcoder.ga/tag/gitlab/" rel="tag">GitLab</a>, <a href="https://www.vnextcoder.ga/tag/mysql/" rel="tag">Mysql</a>, <a href="https://www.vnextcoder.ga/tag/ubuntu/" rel="tag">Ubuntu</a> Leave a comment

Search Posts

Recent Posts

  • How to check Connectivity Issues in Azure 2020-12-30
  • Network Security Groups and Application Security Groups – Simplified 2020-12-30
  • MS SQL Server – Geo-Replication / Failover Groups / Long Term Retention Backups 2020-12-27
  • How to use Azure Public IP Addresses 2020-11-30
  • Auto-Shutdown / Auto-Start Azure VMs to Save Costs 2020-11-25

Categories

  • Android (4)
  • AWS (1)
  • Azure (6)
    • Azure Networking (3)
    • Azure VM (1)
    • Azure-Architecture (3)
  • Continuous Integration (6)
  • Cryptography (1)
  • Docker (2)
  • DotNet (4)
    • Entitiframework (1)
    • Razor Pages (1)
    • Visual Studio Code (2)
    • WebApi (1)
  • HAProxy (2)
  • Mysql (5)
  • Nuget (1)
  • Powershell (2)
  • Uncategorized (3)
  • Visual studio 2015 (2)
  • Visual Studio Codoe (1)

Tags

Android Application Gateway ASP.NET Core AWS AWS S3 Azure Azure Cost Azure Load Balancer Azure Networking Azure Resource Azure Security Azure SQL Azure Traffic Manager Azure VM Azure Web Application Firewall base64 Bitbucket Cluster Continuous Integration Docker DotNet Entityframework Failover Groups FontAwesome Git GitLab HAProxy Jenkins MSSQL Mysql Network Watcher NGINX Nuget PDF Powershell root SSL Teamcity Ubuntu Visual Studio Visual Studio Code Windows 10 Windows Phone Wireshark WMI

© Avinash Barnwal's Blog 2021. Powered by WordPress