This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2016-03-21T17:18:44.32+0100 [CELL/0] OUT Exit status 0 | |
| 2016-03-21T17:18:44.33+0100 [API/4] OUT Updated app with guid 7b559f08-44bc-44b3-9435-dd87454b21a0 ({"state"=>"STOPPED"}) | |
| 2016-03-21T17:18:45.27+0100 [APP/0] OUT Exit status 143 | |
| 2016-03-21T17:18:45.73+0100 [API/6] OUT Updated app with guid 7b559f08-44bc-44b3-9435-dd87454b21a0 ({"state"=>"STARTED"}) | |
| 2016-03-21T17:18:45.95+0100 [STG/0] OUT Creating container | |
| 2016-03-21T17:18:46.42+0100 [STG/0] OUT Successfully created container | |
| 2016-03-21T17:18:46.42+0100 [STG/0] OUT Downloading app package... | |
| 2016-03-21T17:18:51.23+0100 [STG/0] OUT Downloaded app package (89.1M) | |
| 2016-03-21T17:18:51.23+0100 [STG/0] OUT Downloading build artifacts cache... | |
| 2016-03-21T17:18:53.42+0100 [STG/0] OUT Downloaded build artifacts cache (58.8M) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.Iterator; | |
| import com.dumbster.smtp.SimpleSmtpServer | |
| import org.mortbay.jetty.Server | |
| import org.mortbay.jetty.servlet.* | |
| import groovy.servlet.* | |
| import javax.servlet.http.* | |
| @Grapes([ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Today on the IRC channel we where discussing some ways we could improve Jenkins' UI. | |
| thirst thoughts which came up where the following: | |
| splitting config to multiple tabs, using more AJAX to update data in the page without reload | |
| make fonts bigger and use less borders | |
| background color changes in different regions to group things together | |
| the handle in the config page that lets you reorder steps is apparently very hard to find | |
| but we are sure there are many more and we would like to have your input and ideas on this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Dec 14, 2011 7:09:23 PM hudson.node_monitors.AbstractNodeMonitorDescriptor$Record run | |
| WARNING: Failed to monitor master for Free Swap Space | |
| java.io.IOException: No suitable implementation found: os.name=Mac OS X os.arch=x86_64 sun.arch.data.model=64 | |
| at org.jvnet.hudson.MemoryMonitor.obtain(MemoryMonitor.java:60) | |
| at org.jvnet.hudson.MemoryMonitor.get(MemoryMonitor.java:31) | |
| at hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:103) | |
| at hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call(SwapSpaceMonitor.java:99) | |
| at hudson.remoting.LocalChannel.call(LocalChannel.java:45) | |
| at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:83) | |
| at hudson.node_monitors.SwapSpaceMonitor$1.monitor(SwapSpaceMonitor.java:81) |
NewerOlder