Class: KnapsackPro::Config::CI::AppVeyor

Inherits:
Base
  • Object
show all
Defined in:
lib/knapsack_pro/config/ci/app_veyor.rb

Instance Method Summary collapse

Methods inherited from Base

#node_retry_count

Instance Method Details

#branchObject



22
23
24
# File 'lib/knapsack_pro/config/ci/app_veyor.rb', line 22

def branch
  ENV['APPVEYOR_REPO_BRANCH']
end

#commit_hashObject



18
19
20
# File 'lib/knapsack_pro/config/ci/app_veyor.rb', line 18

def commit_hash
  ENV['APPVEYOR_REPO_COMMIT']
end

#node_build_idObject



14
15
16
# File 'lib/knapsack_pro/config/ci/app_veyor.rb', line 14

def node_build_id
  ENV['APPVEYOR_BUILD_ID']
end

#node_indexObject



10
11
12
# File 'lib/knapsack_pro/config/ci/app_veyor.rb', line 10

def node_index
  # not provided
end

#node_totalObject



6
7
8
# File 'lib/knapsack_pro/config/ci/app_veyor.rb', line 6

def node_total
  # not provided
end

#project_dirObject



26
27
28
# File 'lib/knapsack_pro/config/ci/app_veyor.rb', line 26

def project_dir
  ENV['APPVEYOR_BUILD_FOLDER']
end