# JenkinsでShellスクリプトを実行する2つの方法 Jenkinsでシェルスクリプトを実行する代表的な2つの方法を、0から丁寧に解説します! --- ## 📋 前提条件 - Jenkinsがインストール済み - Jenkinsにログインできる - Windows環境の場合、Git BashまたはWSLが利用可能 ...
前回は Bash の基本操作(pwd / ls / cd)を学びました。 今回はいよいよ、自分でスクリプトを書いて動かすところまで進みます。 Bash の魅力は「自動化」です。 その第一歩が シェルスクリプト(.sh)。 普段は1行ずつコマンドを打ちますが、 シェルスクリプト ...
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 ...