# JenkinsでShellスクリプトを実行する2つの方法 Jenkinsでシェルスクリプトを実行する代表的な2つの方法を、0から丁寧に解説します! --- ## 📋 前提条件 - Jenkinsがインストール済み - Jenkinsにログインできる - Windows環境の場合、Git BashまたはWSLが利用可能 ...
シェルスクリプトは、エンジニアの日常業務を大幅に効率化する武器です。ログローテーション、バックアップ、データ処理、API連携など、繰り返し実行する作業を自動化できます。本記事では、bashスクリプトの基礎から実務レベルの30のレシピまで、段階 ...
The first software that I was actually paid to develop was a 2-page shell script that prompted the user for a dozen or so pieces of information, before launching a set of cooperating processes. Those ...
Few aspects of Unix system administration are more intimate than the relationship between the admin and their chosen shell. After all, the shell is the most fundamental interface to the system, the ...