HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/env-ci/services/wercker.js
// http://devcenter.wercker.com/docs/environment-variables/available-env-vars#hs_cos_wrapper_name

module.exports = {
	detect({env}) {
		return Boolean(env.WERCKER_MAIN_PIPELINE_STARTED);
	},
	configuration({env}) {
		return {
			name: 'Wercker',
			service: 'wercker',
			commit: env.WERCKER_GIT_COMMIT,
			build: env.WERCKER_MAIN_PIPELINE_STARTED,
			buildUrl: env.WERCKER_RUN_URL,
			branch: env.WERCKER_GIT_BRANCH,
			slug: `${env.WERCKER_GIT_OWNER}/${env.WERCKER_GIT_REPOSITORY}`,
			root: env.WERCKER_ROOT,
		};
	},
};