jpi 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -29,6 +29,9 @@ module Jenkins
|
|
29
29
|
manifest.write_hpl(f, loadpath)
|
30
30
|
end
|
31
31
|
|
32
|
+
# cancel out the effect of being invoked from Bundler
|
33
|
+
# otherwise this will affect Bundler that we run from inside Jenkins run by "jpi server"
|
34
|
+
ENV['BUNDLE_GEMFILE'] = nil
|
32
35
|
|
33
36
|
# execute Jenkins
|
34
37
|
args = []
|
@@ -36,6 +39,7 @@ module Jenkins
|
|
36
39
|
args << "-Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n"
|
37
40
|
args << "-DJENKINS_HOME=#{@workdir}"
|
38
41
|
args << "-Dstapler.trace=true"
|
42
|
+
args << "-Djenkins.development-mode=true"
|
39
43
|
args << "-Ddebug.YUI=true"
|
40
44
|
# args << "-Djruby.debug.loadService=true"
|
41
45
|
# args << "-Djruby.debug.loadService.timing=true"
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: jpi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.3.
|
5
|
+
version: 0.3.1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Charles Lowell
|
@@ -12,7 +12,7 @@ autorequire:
|
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
14
|
|
15
|
-
date: 2011-12-
|
15
|
+
date: 2011-12-27 00:00:00 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: rubyzip
|
@@ -157,8 +157,5 @@ rubygems_version: 1.8.9
|
|
157
157
|
signing_key:
|
158
158
|
specification_version: 3
|
159
159
|
summary: Tools for creating and building Jenkins Ruby plugins
|
160
|
-
test_files:
|
161
|
-
|
162
|
-
- features/support/create_new_plugin_steps.rb
|
163
|
-
- features/support/directory_structure.rb
|
164
|
-
- features/support/work.rb
|
160
|
+
test_files: []
|
161
|
+
|