Installing dependencies.
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
// 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,
|
||||
};
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user