It might be worth trying just the following command:
sudo chown jenkins /var/log/jenkins/jenkins.log
Hope this helps,
Barry
On Monday, October 20, 2014 at 10:09:29 AM UTC+11, Robin Mills wrote:
>
> Folks
>
> I've had Jenkins running for months on my Mac Mini. I upgraded today to
> Yosemite a
The maven build step that is available with a freestyle project includes an
Advanced button. I believe that Advanced panel includes options which will
allow you to specify a maven repository per job.
On Wed, Apr 22, 2015 at 8:28 PM Samith Dassanayake
wrote:
> Hi Mark,
>
> The problem is I want
Hi Mark,
The problem is I want to define manually a local maven repository folder
instead of the defined in the global, per a job. To do that what are the
plugins that I have to install and what are the configurations that I
should change?
Thanks,
Samith
On Thursday, April 23, 2015 at 12:46:0
Hi Tommy,
I'm looking for a similar plugin. How'd you go with this? Did you ever get
the plugin working/published to the Jenkins repo?
Kind regards,
Nick
On Saturday, 25 February 2012 12:06:07 UTC+11, tommyB wrote:
>
> That is perfect not sure how I missed that. Thanks.
>
> On Feb 24, 11
Hi,
I have installed post-completed-build-result plugin to use Ping URL to post
completed build results configured @ "URL to submit the completed build
URLs to" in the Jenkin Configure section. But see nothing in the build log.
Can you please help what I am missing?
Thanks in advance.
Sathya.
I am going to update our Jenkins version but on the website the latest LTS
release is 1.596.2 and the rhel yum update version is 1.596.3. Any reason
they are different?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this
I've configured the following setting to load environment variables from a
.properties file:
1. Manage Jenkins > Manage Nodes > Node1 > Configure
2. Under Node Properties enabled the checkbox for 'Prepare Jobs environment'
3. In 'Properties File Path' I specify the path to the .properties file
Hi team ,
I am trying to deploy artifact through Weblogic server ..After building project
I have written build.xml which is generating war successfully .. I am able to
undeploy but while deploying I am getting the below error . Could you please
help me in solving the issue and let me know the c
If you're running performance tests, isn't the presence of any other
processes a risk to the repeatability of your performance test?
Wouldn't it be better to use a Jenkins slave (or master) to launch the
target program from a remote machine, without a Jenkins slave agent on the
machine running th
Can you define a job (using the web interface, interactively) and then copy
the resulting config.xml as your starting point?
I've stored copies of config.xml so that I can watch the evolution of the
job definition over time, and it has worked quite well.
Mark Waite
On Wed, Apr 22, 2015 at 12:45
Hi all,
I'm trying to create a jenkins job using the Jenkins remote access API[1].
What I want to achieve is, I want to specify the local maven repository for
the job, using the job configuration(config.xml) which I send to the create
job API. How can I achieve that? What are xml attributes tha
You will increase the chances of someone responding if you provide some context.
What version of Jenkins? What platform(s)? Did this work in the past, and then
stop working (if so; what changed?), or are you trying something new?
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@go
The same behaviour with 1.610
On Thursday, 16 April 2015 17:16:36 UTC+3, Jānis Balodis wrote:
>
> Hi,
>
> Further more, the first build after Jenkins master restart works fine
> (Docker node is started and build completed). After that nodes are spawned,
> I can see that sshd is up, but jenkins
I am trying to use the Build Flow Plugin
(https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin) to
dynamically define a parallel build job.
In my main script, I am dynamically defining a playCompBuilderList. Then I
iterate through through the list and trigger the build for each item, a
Hi
I am getting following exception while building my job. What may be the
problem ?
http://pastebin.com/14C8ff6c
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an emai
Two thoughts.
1) When running Jenkins as a service, can you run as a user, instead of
local system? And can you give that user permissions to your share?
2) From a command window, “shutdown /r /t 0” will restart the machine. If
you’re not running as a service you’ll need to log in be
Well, I don’t know about file parameters but one way to do this is to have the
jobs archive the zip and readme files and then send the job name and build
number to the dedicated file job and that job can then, using the Copy Artifact
Plugin, copy those files to your file job workspace.
[cid:ima
Mike Bayliss (2015-04-03 15:09):
To follow up myself, actually I only have the problem in Firefox.
Using IE or chrome I don't get a warning (although the self signed
certificate gave me warnings). So should I be trying to fix this in my
keystore or is just my Firefox is missing a certificate fr
Hi,
We have recently adopted Jenkins to manage performance testing lab which
comprises of many performance testing servers.
*A little background of the problem we have:*
Lately we have been observing some discrepancy in the readings due to
memory consumption of Jenkins slave - memory usage
Hi,
just to thank everyone for your ideas and to give an update:
It was no network issue, everything looked clean on that side. Also, it was no
git client issue on the Jenkins master side, I updated it along with the plugin
with no effect. (Although on the repository side, it was 1.7.11.8 … so,
Hello again,
Just for the record: I solved it now by putting my jobs under the workflows
git repo, so in a directory like this:
"src/com/bla/jobs/BuildApplication.groovy" and then in that script I could
make a "start()" function and then call that in the job like this:
def task = new com.bla.j
Hi
At this moment I defined a environment variable called TEST1 with the value
'myvalue' under Manage Jenkins -> Configure System -> Global Properties. I
have a groovy script when a project is being build containing
def env = System.getenv()
println(env['TEST1'])
println(env['USER'])
i got
m
22 matches
Mail list logo