Skip to content

Commit

Permalink
Merge pull request KostyaSha#205 from bhcopeland/master
Browse files Browse the repository at this point in the history
Comment out remoteFsMapping, as this causes the script not to execute.
  • Loading branch information
KostyaSha authored Oct 22, 2017
2 parents 2e0a5f3 + f054008 commit 101aa74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def newDockerSlaveTemplate(JSONObject obj) {
dockerSlaveTemplate.setRemoteFs(obj.optString('remote_fs_root', '/srv/jenkins'))
dockerSlaveTemplate.setMaxCapacity(obj.optInt('max_instances', 10))
//dockerSlaveTemplate.setRemoteFsMapping(obj.optString('remote_fs_root_mapping'))
dockerSlaveTemplate.remoteFsMapping = obj.optString('remote_fs_root_mapping')
//dockerSlaveTemplate.remoteFsMapping = obj.optString('remote_fs_root_mapping')
//define NODE PROPERTIES
List<NodeProperty> nodeProperties = [] as List<NodeProperty>
if(obj.optJSONObject('environment_variables')) {
Expand Down

0 comments on commit 101aa74

Please sign in to comment.