Hello and Greetings,
Has anyone experienced such a scenario, then would like to know how the
issue was resolved.
Using Jenkins Version: 1.579, I am trying to add one more node using the
following Steps:
(Note: Adding other 3 nodes(or slaves) completed succesfully)
1. Manage Jenkins -> Config
Hi Scott,
to run command without sudo.
1) login to server with root user
2) run command visudo
3) search for this "rootALL=(ALL) ALL"
3) add following line below ALL=(ALL) ALL
I have add "export DISPLAY=:99" (please exclude double quotes) in
/etc/init.d/jenkins script and rest
Git work best (for me at least) with a locally mounted file system. It was
written by someone who knows file systems deeply and uses file systems
heavily.
I'm sure there are people who use git over shared file systems, but there
are problems reported with shared file systems, like:
http://stacko
Hello All,
We have java GWT project, which was migrated from cvs to git in last week.
We are using shared server to maintain code.
The process is like, developers have eclipse in their local machine, but
code is in central remote server.
But, now we are facing issue with git, as it is taking long
I'm trying building an application which makes use of Jenkins to do build
jobs, there are two main parts :
1. The build part, which is fine, I made use of the Jenkins remote API
with customized token to trigger remotely, something like this :
my-Jenkins-url/job/job-name/buildWithParamet
Hello All,
I am struggling with trying to run a simple test case via the selenium
plugin headlessly with Xvfb. The web application is hosted on a RedHat 5
server in a QA type environment. Firefox is the current ESR version. I
have verified that Xvfb is started, and every time I try to kick o
Rather than using execute shell, shouldn't you use run windows batch
command?
Those look like ANSI terminal escape sequences, as though the bourne shell
(bash) was trying to write to your Windows command prompt window.
Mark Waite
On Mon, Dec 8, 2014 at 2:23 PM, mpc8250 wrote:
> Hi
>
> When run
Hi
When running our build step on a windows server 2008 platform, the console
output shows output in bold when they should be empty spaces.
We use Execute shell build step.
C:\Users\x\Desktop\test>dalek smoketest.js -b chrome
* [95m*Running tests
* [39m [37m*Running Browser: [39m [93mGoogle
Not normal behavior; the upstream/downstream jobs should show in both places.
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of mpapo - Michaël Pailloncy
Sent: Monday, December 08, 2014 3:18 AM
To: jenkinsci-users@googlegroups.com
Subject: EXTERNAL: Re:
Thanks! (and thanks for the quick reply!) The git-client plugin was in a funky
state. Versions 1.0.5 and 1.6.0 were both installed but on the Jenkins copy the
v1.0.5 version was the preferred version instead of v.1.6.0. I fixed the
problem by uninstalling git-client plugin and installing just t
When I login to Jenkins via web browser, all usernames in matrix-based
security except 2 are replaced with ERROR. The users with ERROR in place of
the name (in global security settings) don't have full access that they are
set to either. Has anyone encountered this issue and can help solve?
Thanks
Hi all,
I have a job that runs and deletes files. I'd like the job summary page to
display the total # of MB that the job deletes every time it runs. Is there a
Jenkins plugin or two that can help me do this?
Similar to the unit test plugins that chart # of unit tests run over time, I'd
like a
Lars,
Check to make sure you have the same plugins installed/active on the target
system as you do on the source configuration (also make sure the versions
of the plugins are the same or at least as close as possible). Also, check
to make sure file owner/permissions are correct on the target syst
I'm trying to duplicate a current Jenkins setup but I've run into problems
trying to get the copy working correctly.
Only the deploy jobs are displayed in the UIT and the logs show many of the
other jobs fail on job load.
Dec 08, 2014 12:15:15 PM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE:
we are using selenium and testng solution for automation
--
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 email
to jenkinsci-users+unsubscr...@googlegroups.com.
To view
Hi,
I have a simple Jenkins job which executes some Sbt tests in scala/akka and
it tries to download Mongo flapdoodle to execute a test.
The tests works fine in local machine but I get connection refused error
when it runs in Jenkins.
Download Version{2.4.10}:Linux:B64 START
Dec 05, 2014 5:42:1
I've never used 2x doublequote string in Groovy, but in any case this
sounds like a Groovy question.
Aside from String formatting like ${...}, you can also explicitly set a
value to environment variable by:
env.MYDIR= pwd()
then every process forked within the block scope will have such an
en
About 12 hours ago I attempted a bulk update of 150 bugs in Jira. The
update does not seem to have finished.
Jira now seems much slower (to me). It may be worth investigating to see
if my bulk update is causing performance problems.
--
Thanks!
Mark Waite
--
You received this message because
Hi,
in the job parameters we can choose the version of artifact but this
information comes from the local repository like the enclosed pictures in
this mail.
my question : there is a way to get the Artifact version from the remote
repository in my case (Nexus)
if not, can we create an issue to have
Hi,
I am trynig to add windows 2012 R2 server as a slave . I have selected
login method as jnlp. When i start jnlp agent on slave,it shows as
"connecting to " and after some time it shows following error
message on one pop-up box with ok button.
java.io.IOExeception:failed to connect to :55122
Hi all,
No ideas ? I just want to know if it's a normal behaviour or not ? I will
create an issue in Jira if it's not.
Thanks in advance.
Michaël
Le mardi 2 décembre 2014 18:01:52 UTC+1, mpapo - Michaël Pailloncy a écrit :
>
> Hi all,
>
> A JobA is triggered by JobB. This is configured via "Bui
Hi,
I tried reading variables in batch script. It works if its a single line
batch code, but doesn't for multiple lines.
e.g.
Below outputs current directory path correctly.
node('windows') {
def myDir = pwd()
bat "echo ${myDir}"
}
But below produces output as *Current directory is: ${myDir}*
Yep. I had to give 4$'s for one so a total of 8 $'s :) .
Thanks
Shobha
--
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 email
to jenkinsci-users+unsubscr...@googlegrou
Hi James,
That worked. Thanks.
Regards,
Rupali
On Friday, December 5, 2014 9:58:52 PM UTC+5:30, James Nord wrote:
>
> try
>
> node('windows') {
> def myDir = pwd*()*
> bat "echo ${myDir}"
> }
>
> /James
>
> On 05/12/2014 14:30, Rupali wrote:
>
> Hi James,
>
> Thanks for quick reply. I tr
24 matches
Mail list logo