jenkins-plugin-runtime 0.1.25 → 0.1.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Jenkins
2
2
  class Plugin
3
3
  module Runtime
4
- VERSION = "0.1.25"
4
+ VERSION = "0.1.26"
5
5
  end
6
6
  end
7
7
  end
@@ -14,8 +14,8 @@ module Jenkins::Slaves
14
14
  @object.preonline(import(computer), import(channel), Jenkins::FilePath.new(rootFilePath), import(taskListener))
15
15
  end
16
16
 
17
- def onOnline(computer)
18
- @object.online(import(computer))
17
+ def onOnline(computer, listener)
18
+ @object.online(import(computer), import(listener))
19
19
  end
20
20
 
21
21
  def onOffline(computer)
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jenkins-plugin-runtime
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.25
5
+ version: 0.1.26
6
6
  platform: ruby
7
7
  authors:
8
8
  - Charles Lowell