投稿者

Training Sales Engineer at InterSystems Japan
お知らせ Mihoko Iijima · 5月 15, 2022

【アーカイブ配信のお知らせ】VSCode、Jenkinsを使用した CICD 環境の構築(2022年3月9日開催)

開発者のみなさん、こんにちは!

2022年3月9日開催「InterSystems Japan Virtual Summit 2022」のセッション「VSCode、Jenkinsを使用した CICD 環境の構築」のアーカイブを YouTube に公開いたしました。

(プレイリストはこちら


IRIS アプリケーションの開発では、どのような開発環境、テスト環境を構築されてますでしょうか?

このセッションでは VSCode で開発した複数の Windows サーバで通信を行うプログラムを例に Jenkins の環境構築とインストールキットの作成やテストを自動化する方法について説明します。

また、IRIS の %UnitTest クラスを Jenkins で判別させるツールや、バッチコマンドから IRIS の処理を実行するツールを紹介します。

ぜひ動画をご参照ください。

<iframe width="521" height="293" src="https://www.youtube.com/embed/b4eoKDR0swA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

【目次】

01:06 CICD とは

01:31 デモでご紹介する開発環境のシステム構成

 ↓プログラムのリポジトリ↓
 https://github.com/miniclub/IRISUtilsTest.git

03:18 VSCode、Jenkins のインストール(デモ)

 ご参考:VSCodeを使ってみよう

12:08 InterSystems ObjectScript Package Managerのインストールのデモ

 https://openexchange.intersystems.com/package/ObjectScript-Package-Manager

 ↓loader-v2.0.0.zip↓
 https://github.com/miniclub/loader/releases/tag/v2.0.0

14:39 Jenkins ジョブの作成、pipeline記述方法とデモ

 ↓プログラムのリポジトリ↓
 https://github.com/miniclub/IRISUtilsTest.git

26:43 まとめ