ナビタイムジャパンでは、時刻表 API や地図描画 API の 開発・運用業務を主に担当しています。 皆さんは業務でシェルスクリプトを扱ったことがあるでしょうか? 多かれ少なかれ、エンジニアの業務でシェルスクリプトを見かけることはあると思います。
In this post I'll show you how to create a self extracting bash script to automate the installation of files on your system. This script requires coreutils (for cat, tail), awk, gzip, tar and bash.
# JenkinsでShellスクリプトを実行する2つの方法 Jenkinsでシェルスクリプトを実行する代表的な2つの方法を、0から丁寧に解説します! --- ## 📋 前提条件 - Jenkinsがインストール済み - Jenkinsにログインできる - Windows環境の場合、Git BashまたはWSLが利用可能 ...