Skip to content

Instantly share code, notes, and snippets.

View thara's full-sized avatar
🎯
Focusing

Tomochika Hara thara

🎯
Focusing
View GitHub Profile
@thara
thara / gist:6659164
Last active December 23, 2015 15:59 — forked from kmizu/gist:1876800
com.github.mpeltonen#sbt-idea;1.0.0: not found対応

Scala 開発環境構築手順

前提条件

  • JDKがinstall済みであること
  • java コマンドに環境変数Pathが通っていること
@thara
thara / copy_jenkins_jobs.sh
Last active July 8, 2016 07:40 — forked from hishida/copy_jenkins_jobs.sh
Copy all of Jenkins jobs that is included in certain directory.
#!/bin/bash
# ex: copy_jenkins_jobs.sh /tmp/jenkinsjobs
JENKINS_URL="http://localhost:8080"
AUTH="<username>:<API token>"
CONFIG_TMP_XML="config_tmp.xml"
DIR=$1