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/bamboo.js
// https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html

module.exports = {
	detect({env}) {
		return Boolean(env.bamboo_agentId);
	},
	configuration({env}) {
		return {
			name: 'Bamboo',
			service: 'bamboo',
			commit: env.bamboo_planRepository_1_revision,
			build: env.bamboo_buildNumber,
			buildUrl: env.bamboo_buildResultsUrl,
			branch: env.bamboo_planRepository_1_branchName,
			job: env.bamboo_buildKey,
			root: env.bamboo_build_working_directory,
		};
	},
};