Jenkins、Ant、JMeterを用いた継続的インテグレーションインターフェーステストプラットフォームの構築

一、環境準備: JDK:Java Downloads | Oracle Jmeter:Apache JMeter - Download Apache JMeter Ant:Apache Ant - Binary Distributions Jenkins:Jenkins 二、Jemterスクリプト準備: スクリプトディレクトリ:D:\\B_TOOLS\\apache-jmeter-2.13\\demo スクリプト内容:単純な百度やGoogleトップページへのアクセス baidu.jmx google.jm ...

6月2日 16:50 投稿

Jenkinsを学ぶ(継続的インテグレーションと自動デプロイ)

一:継続的インテグレーションの概念: 全体の概要 継続的インテグレーション(Continuous Integration) 継続的デリバリー(Continuous Delivery) 継続的デプロイメント(Continuous Deployment) 二:継続的インテグレーションツールのインストールとデプロイ 1、JDKのインストール # rpm -ivh jdk-8u111-linux-x64.rpm # vim /etc/profile export JAVA_HOME=/usr/java ...

5月15日 19:14 投稿