Today suddenly jenkins stopped working, throwing below error. I updated
jenkins to latest version but that doesn't help.
Stack trace
java.lang.IllegalArgumentException: Cannot get String from a null object
at org.scribe.utils.Preconditions.check(Preconditions.java:82)
at org.scri
timeout via the property org.jenkinsci.
>> plugins.gitclient.Git.timeOut (see JENKINS-11286
>> <https://issues.jenkins-ci.org/browse/JENKINS-11286>). Note that
>> property should be set on both master and slave to have effect (see
>> JENKINS-22547 <https://i
the repository structure is like that and makefile is within that folder.
On Sunday, 19 February 2017 14:42:29 UTC+5:30, Indra Gunawan (ingunawa)
wrote:
>
> What is usr/local/src/freeswitch? You missed “/” before usr.
>
>
>
> *From: *> on behalf of Ruchir
>
Hi,
I have configured bitbucket team/project pipeline and using jenkinsfile.
One of the repository is large and timing out during fetch as below.
ERROR: Timeout after 10 minutes
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from
https://bitbucket.org
Hi,
I'm trying to build a project inside docker container so that all
dependencies required for project are available and doesn't require
installation in jenkins system. Below is my Jenkinsfile.
node{stage ('Build'){ checkout scm
docker.image('bettervoice/freeswitch-container:1.6.9
Hi,
I tried to
follow https://gist.github.com/vdupain/832964527b4b8d7d4c648169dae8c656
without maven for a test php project in bitbucket team repository. It gives
me below error after sonarqube analysis stage.
Unable to process url:
http://localhost:9000/api/ce/task?id=AVnksRksMwjM7SNQESTh
A
Hi,
I have configured bitbucket team project with jenkinsfile pipeline as code.
We have obviously many repositories in the team account. Jenkins takes too
long to finish folder computation. I'm afraid this may delay in reflecting
the changes to repositories(new repositories may not reflect fast