This file contains 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
#include <OWL.h> | |
#include <Dialog.h> | |
#include <Button.h> | |
#define HAIWIDTH (24) //牌の幅(Local) | |
#define HAIHEIGHT (30) //牌の高さ(Local) | |
#define STANDARDWIDTH (10*HAIWIDTH+64+192+16) //画面の幅 | |
#define STANDARDHEIGHT (HAIHEIGHT*13+GetSystemMetrics(SM_CYMENU) \ | |
+GetSystemMetrics(SM_CYCAPTION)+GetSystemMetrics(SM_CYBORDER)*2+32) | |
//画面の高さ |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<testsuite name="foo.FooTest" time="0" tests="3" errors="0" skipped="0" failures="1"> | |
<properties> | |
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/> | |
<property name="sun.boot.library.path" value="/usr/local/jdk1.8.0_144/jre/lib/amd64"/> | |
<property name="java.vm.version" value="25.144-b01"/> | |
<property name="java.vm.vendor" value="Oracle Corporation"/> | |
<property name="maven.multiModuleProjectDirectory" value="/home/kohsuke/ws/launchable/test"/> | |
<property name="java.vendor.url" value="http://java.oracle.com/"/> | |
<property name="path.separator" value=":"/> |
This file contains 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
hello |
This file contains 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
[2019-11-20T20:24:13.550Z] + groovy -Dgrape.config=./grapeConfig.xml ./lib/runner.groovy jdk.groovy | |
[2019-11-20T20:24:16.390Z] loading dependencies...done | |
[2019-11-20T20:24:18.920Z] Nov 20, 2019 8:14:59 PM com.gargoylesoftware.htmlunit.html.HtmlScript isExecutionNeeded | |
[2019-11-20T20:24:18.920Z] WARNING: Script is not JavaScript (type: text/xml, language: ). Skipping execution. | |
[2019-11-20T20:24:19.179Z] Nov 20, 2019 8:14:59 PM com.gargoylesoftware.htmlunit.javascript.host.Document jsxFunction_createElement | |
[2019-11-20T20:24:19.179Z] SEVERE: Unexpected exception occurred while parsing HTML snippet | |
[2019-11-20T20:24:19.179Z] Nov 20, 2019 8:14:59 PM com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter runtimeError | |
[2019-11-20T20:24:19.179Z] SEVERE: runtimeError: message=[Unexpected exception occurred while parsing HTML snippet: input name="x"] sourceName=[https://www.oracle.com/us/assets/prototype-1.7.2.0.js] line=[2092] lineSource=[null] lineOffset=[0] | |
[2019-11-20T20:24:19.438Z] Nov 20, 2019 8:14:59 PM |
This file contains 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
[WARNING] | |
[WARNING] Some problems were encountered while building the effective settings | |
[WARNING] 'servers.server.id' must be unique but found duplicate server with id jenkinsci-cert-snapshot @ /home/kohsuke/.m2/settings.xml | |
[WARNING] | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective settings | |
[WARNING] 'servers.server.id' must be unique but found duplicate server with id jenkinsci-cert-snapshot @ /home/kohsuke/.m2/settings.xml | |
[WARNING] | |
[INFO] Scanning for projects... | |
[INFO] |
This file contains 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
% mvn test -Dtest=jenkins.triggers.TriggerTest | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective settings | |
[WARNING] 'servers.server.id' must be unique but found duplicate server with id jenkinsci-cert-snapshot @ /home/kohsuke/.m2/settings.xml | |
[WARNING] | |
[WARNING] | |
[WARNING] Some problems were encountered while building the effective settings | |
[WARNING] 'servers.server.id' must be unique but found duplicate server with id jenkinsci-cert-snapshot @ /home/kohsuke/.m2/settings.xml | |
[WARNING] | |
[INFO] Scanning for projects... |
This file contains 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
diff --git a/distribution/client/package-lock.json b/distribution/client/package-lock.json | |
index d6222a0..d45aeee 100644 | |
--- a/distribution/client/package-lock.json | |
+++ b/distribution/client/package-lock.json | |
@@ -6756,27 +6756,11 @@ | |
} | |
}, | |
"original": { | |
- "version": "1.0.0", | |
- "resolved": "https://registry.npmjs.org/original/-/original-1.0.0.tgz", |
This file contains 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
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> | |
[INFO] [INFO] Forking Jenkins cli 2.123 | |
[INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> | |
[INFO] [INFO] | |
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:display-info (display-info) @ cli --- | |
[INFO] [INFO] Maven Version: 3.5.3 | |
[INFO] [INFO] JDK Version: 1.8.0_144 normalized as: 1.8.0-144 | |
[INFO] [INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 4.4.0-121-generic | |
[INFO] [INFO] | |
[INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (display-info) @ cli --- |
This file contains 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.concurrent.TimeUnit; | |
def c = 0; | |
def w = TimeUnit.DAYS.toMillis(3) | |
def threshold = new Date().time - w | |
Jenkins.instance.getAllItems(Job.class).each { j -> | |
for (b=j.lastBuild; b!=null; b=b.previousBuild) { | |
if (b.timeInMillis<threshold) break; | |
c += b.duration; |
This file contains 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
// TODO pending move to standard blacklist, or API to append filter | |
if (System.getProperty(ClassFilter.FILE_OVERRIDE_LOCATION_PROPERTY) == null) { // not using SystemProperties since ClassFilter does not either | |
try { | |
Field blacklistPatternsF = ClassFilter.DEFAULT.getClass().getDeclaredField("blacklistPatterns"); | |
blacklistPatternsF.setAccessible(true); | |
Object[] blacklistPatternsA = (Object[]) blacklistPatternsF.get(ClassFilter.DEFAULT); // <<-- Line 911 | |
boolean found = false; | |
for (int i = 0; i < blacklistPatternsA.length; i++) { | |
if (blacklistPatternsA[i] instanceof Pattern) { |
NewerOlder