Continuous Integration Series - gitlab Construction of Private git Warehouse in Chinese

Continuous Integration Series: Construction of Chinese Private git Warehouse gitlab Continuous Integration Series: Construction of Chinese Private git Warehouse gitlab target gitlab introduction Environmental preparation gitlab installation gitlab upgrade Configure Mail Notification and Access Domain Names gitlab landing ...

Posted by Amit Rathi on Wed, 15 May 2019 15:05:02 -0700

How to Protect Exposed Kubernetes Services

Sometimes we need to expose some services without any security authentication mechanism in Kubernetes, such as Kibana without xpack, Jenkins service without login authentication, etc. We also want to access through domain name, which is more convenient than domain name. More importantly, for services in Kubernetes, it is too convenient to expos ...

Posted by cresler on Sat, 11 May 2019 17:13:34 -0700

Jenkins Builds All Applications on a Server

1. Background In order to save costs, the test environment is deployed on the PC of the office environment, more than 200 web applications or other applications, 10 + centos servers, and then automatically deployed through the jenkins + shell script. However, because there is no computer room and no special cabinet, it often leads to an unexpe ...

Posted by claire on Thu, 18 Apr 2019 09:12:33 -0700

Building Continuous Integration Interface Test Platform (Jenkins+Ant+Jmeter)

I. Ant Installation Download link: https://mirrors.tuna.tsinghua.edu.cn/apache//ant/binaries/apache-ant-1.9.9-bin.zi After successful download, copy the extracted directory to disk and configure environment variables ant_home: File storage directory 2,path:%ant_home%\bin 3,classpath: %ant_home%\lib Open cmd and enter ant-version val ...

Posted by nats on Wed, 17 Apr 2019 10:54:34 -0700

Jenkins - Custom Plugin Creation

1.        Building Development Environment 1.1      Install Java Development Kit (JDK) Set the environment variable'JAVA_HOME' 1.2      Install Apache Maven 1. Get the latest version from http://maven.apache.org/download.cgi Then unzip it to the directory you want to install 2. Setting the environment variable M2_HOME 3. ...

Posted by stuartbaggs on Sun, 24 Mar 2019 08:18:30 -0700

Centos7+svn+jenkins+maven+nexus+SonarQube+docker Continuous Integration Advanced Configuration (III)

Centos7+svn+jenkins+maven+SonarQube+docker Continuous Integrated Installation (I) Centos7+svn+jenkins+maven+SonarQube+docker Continuous Integrated Installation (II) 1: jenkins configures jdk, maven System Management --"Global Tool Configuration --> MAVEN Edit maven's configuration file: you can adjust the format of the display by yo ...

Posted by smarty_pockets on Thu, 07 Feb 2019 19:42:16 -0800

jenkins k8s dynamic increase and decrease jenkins-salve (1) production and deployment of jenkins-master image

By default, k8s is installed in this tutorial ** I. Making jenkins-master ** 1. Pull jenkins image docker pull jenkinsci/jenkins:lts 2. Run the jenkins image docker run -tid -p 8080:8080 –name jenkins-master jenkinsci/jenkins:lts 3. Visit jenkins 127.0.0.1:8080 4. Get the initial jenkins key docker exec -ti jenkins-maste ...

Posted by shimano55 on Wed, 06 Feb 2019 02:33:17 -0800

Devops Key Tools and Technologies (7) - Pipeline-based Jmeter Performance Testing [2] (Pipeline Integration of Jmeter Performance Testing)

In the last three articles, we used the automated tools to integrate Jenkins Docker Cloud with Robot Framework + Selenium + Chome, and realized the automated testing of the Web in Pipeline, from the installation of the Web automated testing tools under windows to the containerization of the Web automated testing tool Robot Frame ...

Posted by shiva on Tue, 29 Jan 2019 01:24:14 -0800