node {
	checkout scm

	docker.build("tokiwa-software/fuzion:${env.BRANCH_NAME}")
}
