jenkins-plugin 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,9 +7,8 @@ class <%= name.capitalize %><%= @step_class %> < Jenkins::Tasks::<%= @step_class
|
|
7
7
|
# Runs before the build begins
|
8
8
|
#
|
9
9
|
# @param [Jenkins::Model::Build] build the build which will begin
|
10
|
-
# @param [Jenkins::Launcher] launcher the launcher that can run code on the node running this build
|
11
10
|
# @param [Jenkins::Model::Listener] listener the listener for this build.
|
12
|
-
def prebuild(build,
|
11
|
+
def prebuild(build, listener)
|
13
12
|
# do any setup that needs to be done before this build runs.
|
14
13
|
end
|
15
14
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jenkins-plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 11
|
10
|
+
version: 0.1.11
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Charles Lowell
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-10-01 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|