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
Started by an SCM change | |
Building in workspace /srv/webapps/jenkins/jobs/MyProject/workspace | |
Updating svn://svnRepo/tools/trunk/MyProject at revision 10312 | |
Using sole credentials jenkins/****** (<svn://svnRepo> ITC Tools) in realm ‘<svn://svnRepo:3690> ITC Tools’ | |
U MyProject-persist/src/test/java/MyProject/persist/fake/FakeFileService.java | |
At revision 10312 | |
Using sole credentials jenkins/****** (<svn://svnRepo> ITC Tools) in realm ‘<svn://svnRepo:3690> ITC Tools’ | |
provisioning config files... | |
copy managed file [ITC settings] to file:/srv/webapps/jenkins/jobs/MyProject/workspace@tmp/config8096851245713612664tmp |
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
1. Create Maven Job | |
2. Goal: verify | |
3. Global settings file: Provided Global Settings: MySettings | |
4. Run Job. Result: | |
Building in workspace /srv/webapps/jenkins/jobs/testCase/workspace | |
Checking out a fresh workspace because there's no workspace at /srv/webapps/jenkins/jobs/testCase/workspace | |
Cleaning local Directory . | |
Checking out svn://dataservices/tools/trunk/mavenTest at revision '2017-08-03T15:03:14.204 +0100' |
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
copy managed file [MySettings] to file:/srv/webapps/jenkins/jobs/acceptance2/workspace@tmp/config2078458608718971600tmp | |
Parsing POMs | |
Established TCP socket on 35612 | |
[workspace] $ java -Xms128m -Xmx2048m -cp /srv/webapps/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.11.jar:/srv/webapps/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Jenkins_maven/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /srv/webapps/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Jenkins_maven /var/lib/tomcat7/webapps/jenkins/WEB-INF/lib/remoting-3.7.jar /srv/webapps/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.11.jar /srv/webapps/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.11.jar 35612 | |
Exception in thread "main" java.lang.reflect.InvocationTargetException | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Del |
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
SELECT u.groname | |
FROM pg_database d | |
JOIN pg_group u ON (d.datdba = u.grosysid) | |
WHERE d.datname = (SELECT current_database()); | |
CREATE SCHEMA IF NOT EXISTS mySchema; | |
GRANT ALL ON SCHEMA mySchema TO select_above; | |
CREATE SCHEMA IF NOT EXISTS mySchema2; | |
GRANT ALL ON SCHEMA mySchema2 TO select_above; |
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
var evaluatedRecords = [ | |
{"id": "10672"} | |
] | |
var evaluatedRecords_JSON = {evaluatedRecords: evaluatedRecords}; | |
$.ajax({ | |
url: 'SearchmarkSelectedArticlesJSON.action', | |
cache: false, | |
contentType: 'application/json', |
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
package com.bibliovigilance.utils.date; | |
import java.util.ArrayList; | |
import java.util.Date; | |
import java.util.List; | |
import org.joda.time.DateTime; | |
import org.joda.time.format.DateTimeFormat; | |
import org.joda.time.format.DateTimeFormatter; |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<PubmedArticleSet> | |
<PubmedArticle> | |
<MedlineCitation Status="Publisher" Owner="NLM"> | |
<PMID Version="1">24714850</PMID> | |
<DateCreated> | |
<Year>2014</Year> | |
<Month>6</Month> | |
<Day>11</Day> | |
</DateCreated> |
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
# /etc/sudoers | |
# | |
# This file MUST be edited with the 'visudo' command as root. | |
# | |
# See the man page for details on how to write a sudoers file. | |
# | |
Defaults env_reset | |
Defaults logfile=/var/log/sudo.log |
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
sudo -u www-data /bin/sh <<EOF | |
export PYTHON_EGG_CACHE="/srv/trac/egg-cache/" | |
/usr/local/bin/trac-admin /srv/trac/tools/ changeset added $REPOS $REV | |
EOF |
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
Program received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0x7fff4928e700 (LWP 8536)] | |
handle_http_request (res=0x5555589a7df0, object=<optimized out>, | |
cancellable=0x555558788aa0) at e-http-request.c:366 | |
366 e-http-request.c: No such file or directory. | |
Thread 66 (Thread 0x7fff4928e700 (LWP 8536)): | |
#0 handle_http_request (res=0x5555589a7df0, object=<optimized out>, | |
cancellable=0x555558788aa0) at e-http-request.c:366 |
NewerOlder