your server is responding with
> the data above, which is causing the exception.
>
> On Fri, Feb 10, 2017, 08:01 vf > wrote:
>
>> More information:
>> Our Jira version: v6.3.1#6329-sha1:7df76f1
>> issues.jenkins-ci.org: v7.1.7#71011-sha1:2526d7c
>>
>>
>
More information:
Our Jira version: v6.3.1#6329-sha1:7df76f1
issues.jenkins-ci.org: v7.1.7#71011-sha1:2526d7c
Am Freitag, 10. Februar 2017 13:00:52 UTC+1 schrieb vf:
>
> Hi,
>
> I upgraded Jira plugin from 2.2.1 to 2.3, and could not make it working
> (see stack trace be
anyone give me a hint?
thanks
vf
WARNUNG: Failed to login to JIRA at https://my.company.com/jira/
RestClientException{statusCode=Optional.absent(), errorCollections=[]}
at
com.atlassian.jira.rest.client.internal.async.DelegatingPromise.claim(DelegatingPromise.java:47)
at
We are using git post-receive hook to trigger jenkins build via jenkins ssh
daemon. If the push created a new branch/tag, the hook will trigger a jenkins
job to generate a standard job for the new branc/tag, and kick off a build;
otherwise it will trigger build of an existing for the branch/tag.
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin
sbrown48 schrieb:
>Can I restart a job automatically if it fails ?
>
>I am running a java program against a site out of my control.
>I have a timeout in there to fail if it takes too long.
>If it fails I want to restart the job x nu
To #7, slaves do not need the master config files at all, they only need the
libraries used by the jobs.
Our master has no executors, all jobs are built on slaves. Master and slaves
have different config. Slaves running with user jenkins-slave (master jenkins),
only the tools/libs are sync-ed, n
Not sure if i understand you correctly. A slave is only a logical unit, it has
not to be a physical machine. You can have multiple slaves running on one host,
without interfering each other. So, every master can have as many slave as you
want on any hosts, as long as each slave (not host) has it
We have migrated from svn to git, below is one of our old job config.
svn repo: http://subversion.mycompany.com/svn/sd4/branches/4.170-13
WebSVN2 URL: http://subversion.mycompany.com
/websvn/listing.php?repname=svn&path=sd4/branches/4.170-13
WebSVN 2.3.2
Hope that helps.
-vf
Am Freitag