jshint_cli command failing in Jenkins

2014-01-13 Thread Simona Avornicesei
Hi all,

I have a Jenkins 1.546 instance installed as a service on a W7 machine. It 
runs under a local admin account, the same account I use to RDP into that 
machine. I installed nodejs v 0.10.24.
In one of the jobs I'm running the following build steps as windows batch 
command:
batch command 1:
REM Installing nodejs jshint package
npm install -g jshint
npm install jshint

batch command 2:

REM Running jshint with checkstyle on MyProject source code
jshint --verbose --reporter=checkstyle ./MyProject/app 1> checkstyle-jshint.xml
REM Created checkstyle-jshint file

REM Running jshint with jslint on MyProject source code
jshint --verbose --reporter=jslint ./MyProject/app 1> jslint.xml
REM Created jslint file


The job fails when executing the first command in batch2 but no error 
message or hint is logged. The same commands run ok in Command Prompt. I've 
checked and doublechecked the command line options of jshint, tried giving 
the fullpath to the project by using %WORKSPACE%, replaced > with 1> - to 
no avail. If I replace batch command 2 content with "jshint --version" the 
build does not fail.

This is the important part of the job log:
[workspace] $ cmd /c call C:\Temp\hudson1680110169794042148.bat

D:\jenkins.space\jobs\MyProject_Deploy\workspace>REM Installing nodejs 
jshint package 

D:\jenkins.space\jobs\MyProject_Deploy\workspace>npm install -g jshint 
npm http GET https://registry.npmjs.org/jshint
npm http 304 https://registry.npmjs.org/jshint
npm http GET https://registry.npmjs.org/shelljs
npm http GET https://registry.npmjs.org/underscore
npm http GET https://registry.npmjs.org/cli
npm http GET https://registry.npmjs.org/minimatch
npm http GET https://registry.npmjs.org/htmlparser2
npm http GET https://registry.npmjs.org/console-browserify
npm http 304 https://registry.npmjs.org/cli
npm http 304 https://registry.npmjs.org/minimatch
npm http 304 https://registry.npmjs.org/htmlparser2
npm http 304 https://registry.npmjs.org/shelljs
npm http 304 https://registry.npmjs.org/underscore
npm http 304 https://registry.npmjs.org/console-browserify
npm http GET https://registry.npmjs.org/lru-cache
npm http GET https://registry.npmjs.org/sigmund
npm http GET https://registry.npmjs.org/glob
npm http 304 https://registry.npmjs.org/lru-cache
npm http 304 https://registry.npmjs.org/sigmund
npm http 304 https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/domhandler
npm http GET https://registry.npmjs.org/domutils
npm http GET https://registry.npmjs.org/domelementtype
npm http GET https://registry.npmjs.org/readable-stream
npm http GET https://registry.npmjs.org/inherits
npm http 304 https://registry.npmjs.org/inherits
npm http 304 https://registry.npmjs.org/domelementtype
npm http 304 https://registry.npmjs.org/domutils
npm http 304 https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/domhandler
C:\Users\jenkins\AppData\Roaming\npm\jshint -> 
C:\Users\jenkins\AppData\Roaming\npm\node_modules\jshint\bin\jshint
jshint@2.4.1 C:\Users\jenkins\AppData\Roaming\npm\node_modules\jshint
├── console-browserify@0.1.6
├── underscore@1.4.4
├── minimatch@0.2.14 (sigmund@1.0.0, lru-cache@2.5.0)
├── shelljs@0.1.4
├── cli@0.4.5 (glob@3.2.8)
└── htmlparser2@3.3.0 (domelementtype@1.1.1, domutils@1.1.6, 
domhandler@2.1.0, readable-stream@1.0.24)
[workspace] $ cmd /c call C:\Temp\hudson3001016805079027919.bat

D:\jenkins.space\jobs\MyProject_Deploy\workspace>REM Running jshint with 
checkstyle on MyProject source code 

D:\jenkins.space\jobs\MyProject_Deploy\workspace>jshint --verbose 
--reporter=checkstyle ./MyProject/app  1>checkstyle-jshint.xml 
Build step 'Execute Windows batch command' marked build as failure

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Clearcase integration with Jenkins to schedule jobs

2014-01-13 Thread Palanilkunnathil Melemuriyil, Vinod P
Thanks Slide.

With the Clearcase plug-in installed in Jenkins, wouldn't it be possible to 
poll SCM (i.e Clearcase) for any changes that are delivered to Integration 
Stream by the developers.

If any changes are found in Integration Stream then Jenkins runs the particular 
build job.

Regards
T.S

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide
Sent: Tuesday, January 14, 2014 9:39 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: Clearcase integration with Jenkins to schedule jobs

I think for the automatic triggering, you would need to implement a trigger in 
Clearcase that would initiate a build via URL. There really isn't a native way 
for Clearcase to notify Jenkins that someone delivered something, you would 
need to roll your own.

slide

On Mon, Jan 13, 2014 at 8:49 PM, Vinod P 
mailto:vinodts2...@gmail.com>> wrote:
Hello all,

I am a newbie to Jenkins and Clearcase and have been going through the various 
options of Jenkins to facilitate CI.

However, I am not sure on how to configure Jenkins with UCM Clearcase in such a 
way that when a developer delivers his code to the Integration Stream in 
Clearcase (after having tested his code in the Development Stream where he 
makes changes to the code), Jenkins should start the build of the application.

In short, the requirement is that whenever any changes are delivered to the 
Integration stream in clearcase (UCM) , a build job should be automatically 
triggered in Jenkins.

Appreciate any help/guidance on this.

Regards
T.S
--
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.
For more options, visit https://groups.google.com/groups/opt_out.



--
Website: http://earl-of-code.com
--
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.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Clearcase integration with Jenkins to schedule jobs

2014-01-13 Thread Slide
I think for the automatic triggering, you would need to implement a trigger
in Clearcase that would initiate a build via URL. There really isn't a
native way for Clearcase to notify Jenkins that someone delivered
something, you would need to roll your own.

slide


On Mon, Jan 13, 2014 at 8:49 PM, Vinod P  wrote:

> Hello all,
>
> I am a newbie to Jenkins and Clearcase and have been going through the
> various options of Jenkins to facilitate CI.
>
> However, I am not sure on how to configure Jenkins with UCM Clearcase in
> such a way that when a developer delivers his code to the Integration
> Stream in Clearcase (after having tested his code in the Development Stream
> where he makes changes to the code), Jenkins should start the build of the
> application.
>
> In short, the requirement is that whenever any changes are delivered to
> the Integration stream in clearcase (UCM) , a build job should be
> automatically triggered in Jenkins.
>
> Appreciate any help/guidance on this.
>
> Regards
> T.S
>
> --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Website: http://earl-of-code.com

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Clearcase integration with Jenkins to schedule jobs

2014-01-13 Thread Vinod P
Hello all,

I am a newbie to Jenkins and Clearcase and have been going through the
various options of Jenkins to facilitate CI.

However, I am not sure on how to configure Jenkins with UCM Clearcase in
such a way that when a developer delivers his code to the Integration
Stream in Clearcase (after having tested his code in the Development Stream
where he makes changes to the code), Jenkins should start the build of the
application.

In short, the requirement is that whenever any changes are delivered to the
Integration stream in clearcase (UCM) , a build job should be automatically
triggered in Jenkins.

Appreciate any help/guidance on this.

Regards
T.S

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Multiple SCM Plugin: commit trigger notify upon change, but do Jenkins should not update sources?

2014-01-13 Thread Mark Waite
If your git server is allowed to use "curl" to read a URL on your Jenkins
server, then you can use a git commit hook to notify the top level project
on any submission to all of the repos you listed.  Each repo would have a
hook to the same URL (the URL for your top level job) so that any time a
change was submitted to any one of the projects, the project will build.

Refer to Kohsuke Kawaguchi's "Polling Must Die" blog posting for hints on
how to configure it.

http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/

The multiple SCM plugin may also be able to do that, and would probably
allow you to see the commits in the "Recent Changes" portion of the job
definition.  However, that will probably be more complicated than adding a
hook to each of your git repositories.

Mark Waite


On Mon, Jan 13, 2014 at 5:22 PM, Craig Rodrigues wrote:

> Hi,
>
> I am setting up Jenkins for the FreeNAS ( http://www.freenas.org )
> project.
>
> The FreeNAS source code is made up of multiple
> git repositories:
>   repo1
>   repo2
>   repo3
>   etc.
>
> In the top-level Makefile for our project, we have a Makefile target:
> make checkout
>
> This target has all the logic to checkout the necessary git repos.
> For an existing checked out tree, the "make checkout" target will
> update the sources from the necessary repos.
>
> In Jenkins, I set up a free-style project that does
>
> make checkout
> make
>
> This is enough to checkout and build all of FreeNAS.
>
>
> For Jenkins, I want to put commit triggers in all the repos
> (repo1, repo2, repo3, etc.) that notify Jenkins for any commit.
> When the notification is received, I want it to execute:
>
> make checkout
> make
>
> I started looking at the Multiple SCMs Plugin (
> https://wiki.jenkins-ci.org/display/JENKINS/Multiple+SCMs+Plugin )
> but I am not sure if that does exactly what I want.
>
> I want the following:
>  (1)  Jenkins should only check out the top-level project
>  (2)  Jenkins should receive notifications for repo1,repo2,repo3
> via commit trigger
>  (3)  If any repo has been updated, then the top-level:
>  make checkout
>   make
> should run.
>
> Can this workflow be made to work with the Multiple SCM plugin,
> or do I need to do something else.
>
> Thanks.
>
> --
> Craig
>
>
>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Thanks!
Mark Waite

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Multiple SCM Plugin: commit trigger notify upon change, but do Jenkins should not update sources?

2014-01-13 Thread Craig Rodrigues
Hi,

I am setting up Jenkins for the FreeNAS ( http://www.freenas.org ) project.

The FreeNAS source code is made up of multiple
git repositories:
  repo1
  repo2
  repo3
  etc.

In the top-level Makefile for our project, we have a Makefile target:
make checkout

This target has all the logic to checkout the necessary git repos.
For an existing checked out tree, the "make checkout" target will
update the sources from the necessary repos.

In Jenkins, I set up a free-style project that does

make checkout
make

This is enough to checkout and build all of FreeNAS.


For Jenkins, I want to put commit triggers in all the repos
(repo1, repo2, repo3, etc.) that notify Jenkins for any commit.
When the notification is received, I want it to execute:

make checkout
make

I started looking at the Multiple SCMs Plugin (
https://wiki.jenkins-ci.org/display/JENKINS/Multiple+SCMs+Plugin )
but I am not sure if that does exactly what I want.

I want the following:
 (1)  Jenkins should only check out the top-level project
 (2)  Jenkins should receive notifications for repo1,repo2,repo3
via commit trigger
 (3)  If any repo has been updated, then the top-level:
 make checkout
  make
should run.

Can this workflow be made to work with the Multiple SCM plugin,
or do I need to do something else.

Thanks.

--
Craig

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Build triggers not working after upgrading to 1.546 and 1.547

2014-01-13 Thread Slide
I seem to remember seeing something like before, but in my case I was
accidentally kicking off the original job AGAIN from the new job, so there
was a weird circular build queue going on. I'll see if I can dig up any
notes I made on the situation.


On Mon, Jan 13, 2014 at 2:27 PM, Sarah Renick wrote:

> All changes plugin 1.3
> Ant Plugin 1.2
> Audit Trail 1.8
> Backup plugin 1.6.1
> Blame Upstream Committers 1.2
> Build Blocker Plugin 1.4.1
> Compact Columns 1.10
> conditional-buildstep 1.3.3
> Config File Provider Plugin 2.7.1
> Copy Artifact Plugin 1.28
> Credentials Plugin 1.9.4
> Dashboard View 2.9.2
> Dependency Graph Viewer Plugin 0.11
> Downstream build view 1.9
> Drop Down ViewsTabBar Plugin 1.6
> Environment Injector Plugin 1.89
> External Monitor Job Type Plugin 1.2
> Extra Columns Plugin 1.13
> Favorite 1.16
> Feature branch notifier 1.3
> FTP publisher plugin 1.2
> Green Balls 1.13
> HTML Publisher plugin 1.3
> Hudson Blame Subversion Plug-in 1.200
> Hudson Collapsing Console Sections Plugin 1.4.1
> Hudson Personal View 1.8
> Hudson Post build task 1.8
> Hudson Screenshot plugin 1.1
> Ivy Plugin 1.23.2
> Javadoc Plugin 1.1
> Jenkins Active Directory plugin 1.33
> Jenkins build timeout plugin 1.12.2
> Jenkins Claim Plugin 2.3
> Jenkins Clone Workspace SCM Plug-in 0.6
> Jenkins Continuous Integration game 1.19
> Jenkins CVS Plug-in 2.11
> Jenkins CVS Tagging Plug-in 1.7
> Jenkins disk-usage plugin 0.23
> Jenkins Doxygen Plug-in 0.14
> Jenkins Email Extension  Plugin 2.37.1
> Jenkins Exclusion Plug-in 0.9
> Jenkins Job Configuration History Plugin 2.5
> Jenkins jQuery plugin 1.7.2-1
> Jenkins jQuery UI plugin 1.0.2
> Jenkins Klocwork Plug-in 1.15
> Jenkins Mailer Plugin 1.8
> Jenkins Mercurial plugin 1.49
> Jenkins MSBuild Plugin 1.21
> JENKINS MSTest plugin 0.7
> Jenkins Multijob plugin 1.10
> Jenkins NUnit plugin 0.15
> Jenkins Parameterized Trigger plugin 2.22
> Jenkins Post-Build Script Plug-in 0.16
> Jenkins Priority Sorter Plugin 2.6
> Jenkins promoted builds plugin 2.14
> Jenkins Release Plugin 2.4.1
> Jenkins SSH Slaves plugin 1.5
> Jenkins Subversion Plug-in 1.54
> Jenkins Subversion Tagging Plugin 1.16
> Jenkins svnmerge plugin 1.2
> Jenkins Translation Assistance plugin 1.11
> Jenkins Violations plugin 0.7.11
> Job Import Plugin 1.2
> Job Revision Plugin 0.6
> Labeled Test Groups Publisher 1.2.6
> Last Failure Version Column 1.1
> Last Success Version Column 1.1
> LDAP Plugin 1.7
> Matrix Authorization Strategy Plugin 1.1
> Maven Integration plugin 2.1
> Monitoring 1.49.0
> NCover plugin 0.3
> PAM Authentication plugin 1.1
> Periodic Backup 1.3
> Plot plugin 1.5
> Progress Bar Column Plugin 1.0
> Project statistics Plugin 0.4
> Publish Over CIFS 0.3
> Publish Over FTP 1.10
> Publish Over SSH 1.11
> Purge Build Queue Plugin 1.0
> Rebuilder 1.20
> Role-based Authorization Strategy 2.1.0
> Run Condition Plugin 1.0
> Safe Restart Plugin 0.3
> SCM API Plugin 0.2
> Sectioned View Plugin 1.18
> Sidebar Link 1.6
> SSH Credentials Plugin 1.6
> Static Analysis Collector Plug-in 1.38
> Static Analysis Utilities 1.54
> SVN Publisher plugin 0.1
> Tag Cloud Plugin 1.6
> Task Scanner Plug-in 4.38
> Timestamper 1.5.8
> Token Macro Plugin 1.9
> Tracking SVN Plugin 1.1
> Version Number Plug-In 1.4.1
> View Job Filters 1.26
> Visual SourceSafe Plugin 1.9
> Warnings Plug-in 4.38
> Windows Slaves Plugin 1.0
> xUnit plugin 1.78
>
> Thanks!
>
>
> On Mon, Jan 13, 2014 at 4:11 PM, Slide  wrote:
>
>> Which plugins do you have an what are their versions?
>>
>>
>> On Mon, Jan 13, 2014 at 2:03 PM, Sarah Renick wrote:
>>
>>> This is my first question to the group so please bear with me.
>>> We upgraded from Jenkins 1.52x (can't remember exactly) to 1.546 and
>>> also upgraded all our plugins.  We have 4 build jobs.  CommitBuild1
>>> triggers CommitBuild2 which triggers CommitBuild3 which triggers
>>> CommitBuild4.  All were working before the upgrade.  After the upgrade the
>>> build tiggers are not working.  The first job completes and the last line
>>> in the console output is:
>>> 15:53:48 CommitBuild2 #2703 is already in the queue
>>> But, the queue shows no jobs and CommitBuild2 is never run.
>>> Has anyone experienced this with the lastest releases?
>>> Thanks!
>>>
>>> --
>>> 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.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Website: http://earl-of-code.com
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/jenkinsci-users/qZGiVCVcJKk/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> jenkinsci-users+unsubscr...@googlegroups.com.
>>
>> For mor

Re: Build triggers not working after upgrading to 1.546 and 1.547

2014-01-13 Thread Sarah Renick
All changes plugin 1.3
Ant Plugin 1.2
Audit Trail 1.8
Backup plugin 1.6.1
Blame Upstream Committers 1.2
Build Blocker Plugin 1.4.1
Compact Columns 1.10
conditional-buildstep 1.3.3
Config File Provider Plugin 2.7.1
Copy Artifact Plugin 1.28
Credentials Plugin 1.9.4
Dashboard View 2.9.2
Dependency Graph Viewer Plugin 0.11
Downstream build view 1.9
Drop Down ViewsTabBar Plugin 1.6
Environment Injector Plugin 1.89
External Monitor Job Type Plugin 1.2
Extra Columns Plugin 1.13
Favorite 1.16
Feature branch notifier 1.3
FTP publisher plugin 1.2
Green Balls 1.13
HTML Publisher plugin 1.3
Hudson Blame Subversion Plug-in 1.200
Hudson Collapsing Console Sections Plugin 1.4.1
Hudson Personal View 1.8
Hudson Post build task 1.8
Hudson Screenshot plugin 1.1
Ivy Plugin 1.23.2
Javadoc Plugin 1.1
Jenkins Active Directory plugin 1.33
Jenkins build timeout plugin 1.12.2
Jenkins Claim Plugin 2.3
Jenkins Clone Workspace SCM Plug-in 0.6
Jenkins Continuous Integration game 1.19
Jenkins CVS Plug-in 2.11
Jenkins CVS Tagging Plug-in 1.7
Jenkins disk-usage plugin 0.23
Jenkins Doxygen Plug-in 0.14
Jenkins Email Extension  Plugin 2.37.1
Jenkins Exclusion Plug-in 0.9
Jenkins Job Configuration History Plugin 2.5
Jenkins jQuery plugin 1.7.2-1
Jenkins jQuery UI plugin 1.0.2
Jenkins Klocwork Plug-in 1.15
Jenkins Mailer Plugin 1.8
Jenkins Mercurial plugin 1.49
Jenkins MSBuild Plugin 1.21
JENKINS MSTest plugin 0.7
Jenkins Multijob plugin 1.10
Jenkins NUnit plugin 0.15
Jenkins Parameterized Trigger plugin 2.22
Jenkins Post-Build Script Plug-in 0.16
Jenkins Priority Sorter Plugin 2.6
Jenkins promoted builds plugin 2.14
Jenkins Release Plugin 2.4.1
Jenkins SSH Slaves plugin 1.5
Jenkins Subversion Plug-in 1.54
Jenkins Subversion Tagging Plugin 1.16
Jenkins svnmerge plugin 1.2
Jenkins Translation Assistance plugin 1.11
Jenkins Violations plugin 0.7.11
Job Import Plugin 1.2
Job Revision Plugin 0.6
Labeled Test Groups Publisher 1.2.6
Last Failure Version Column 1.1
Last Success Version Column 1.1
LDAP Plugin 1.7
Matrix Authorization Strategy Plugin 1.1
Maven Integration plugin 2.1
Monitoring 1.49.0
NCover plugin 0.3
PAM Authentication plugin 1.1
Periodic Backup 1.3
Plot plugin 1.5
Progress Bar Column Plugin 1.0
Project statistics Plugin 0.4
Publish Over CIFS 0.3
Publish Over FTP 1.10
Publish Over SSH 1.11
Purge Build Queue Plugin 1.0
Rebuilder 1.20
Role-based Authorization Strategy 2.1.0
Run Condition Plugin 1.0
Safe Restart Plugin 0.3
SCM API Plugin 0.2
Sectioned View Plugin 1.18
Sidebar Link 1.6
SSH Credentials Plugin 1.6
Static Analysis Collector Plug-in 1.38
Static Analysis Utilities 1.54
SVN Publisher plugin 0.1
Tag Cloud Plugin 1.6
Task Scanner Plug-in 4.38
Timestamper 1.5.8
Token Macro Plugin 1.9
Tracking SVN Plugin 1.1
Version Number Plug-In 1.4.1
View Job Filters 1.26
Visual SourceSafe Plugin 1.9
Warnings Plug-in 4.38
Windows Slaves Plugin 1.0
xUnit plugin 1.78

Thanks!


On Mon, Jan 13, 2014 at 4:11 PM, Slide  wrote:

> Which plugins do you have an what are their versions?
>
>
> On Mon, Jan 13, 2014 at 2:03 PM, Sarah Renick wrote:
>
>> This is my first question to the group so please bear with me.
>> We upgraded from Jenkins 1.52x (can't remember exactly) to 1.546 and also
>> upgraded all our plugins.  We have 4 build jobs.  CommitBuild1 triggers
>> CommitBuild2 which triggers CommitBuild3 which triggers CommitBuild4.  All
>> were working before the upgrade.  After the upgrade the build tiggers are
>> not working.  The first job completes and the last line in the console
>> output is:
>> 15:53:48 CommitBuild2 #2703 is already in the queue
>> But, the queue shows no jobs and CommitBuild2 is never run.
>> Has anyone experienced this with the lastest releases?
>> Thanks!
>>
>> --
>> 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.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> --
> Website: http://earl-of-code.com
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/qZGiVCVcJKk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Build triggers not working after upgrading to 1.546 and 1.547

2014-01-13 Thread Slide
Which plugins do you have an what are their versions?


On Mon, Jan 13, 2014 at 2:03 PM, Sarah Renick wrote:

> This is my first question to the group so please bear with me.
> We upgraded from Jenkins 1.52x (can't remember exactly) to 1.546 and also
> upgraded all our plugins.  We have 4 build jobs.  CommitBuild1 triggers
> CommitBuild2 which triggers CommitBuild3 which triggers CommitBuild4.  All
> were working before the upgrade.  After the upgrade the build tiggers are
> not working.  The first job completes and the last line in the console
> output is:
> 15:53:48 CommitBuild2 #2703 is already in the queue
> But, the queue shows no jobs and CommitBuild2 is never run.
> Has anyone experienced this with the lastest releases?
> Thanks!
>
> --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Website: http://earl-of-code.com

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Build triggers not working after upgrading to 1.546 and 1.547

2014-01-13 Thread Sarah Renick
This is my first question to the group so please bear with me.
We upgraded from Jenkins 1.52x (can't remember exactly) to 1.546 and also 
upgraded all our plugins.  We have 4 build jobs.  CommitBuild1 triggers 
CommitBuild2 which triggers CommitBuild3 which triggers CommitBuild4.  All 
were working before the upgrade.  After the upgrade the build tiggers are 
not working.  The first job completes and the last line in the console 
output is: 
15:53:48 CommitBuild2 #2703 is already in the queue
But, the queue shows no jobs and CommitBuild2 is never run.  
Has anyone experienced this with the lastest releases?
Thanks!

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Run sequential jobs on SCM change in jenkins

2014-01-13 Thread Daniel Beck
Are they using the same SCM URLs, so that whatever triggers job2 should also 
trigger the others?

If so, use SCM Trigger for job1, and select to build job2 after job1 is 
finished. Do the same with job3 after job2, and job4 after job3.

On 13.01.2014, at 20:24, Tushanka hak  wrote:

> Hi All,
> 
> 
> I have a requirement where i need to run Job1 ,Job2 ,Job3 ,Job 4 in a 
> sequential way and these jobs should only be triggered on SCM change
> 
> 
> Thanks in advance
> 
> -- 
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Run sequential jobs on SCM change in jenkins

2014-01-13 Thread Slide
build-flow would be very easy for this.


On Mon, Jan 13, 2014 at 12:24 PM, Tushanka hak wrote:

> Hi All,
>
>
> I have a requirement where i need to run Job1 ,Job2 ,Job3 ,Job 4 in a
> sequential way and these jobs should only be triggered on SCM change
>
>
> Thanks in advance
>
> --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Website: http://earl-of-code.com

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Run sequential jobs on SCM change in jenkins

2014-01-13 Thread Tushanka hak
Hi All,


I have a requirement where i need to run Job1 ,Job2 ,Job3 ,Job 4 in a 
sequential way and these jobs should only be triggered on SCM change


Thanks in advance

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to bring the history back if a job has been renamed

2014-01-13 Thread Daniel Beck
Run 'Manage Jenkins » Reload Configuration from Disk' after renaming a job 
and/or update to 1.546, which doesn't have JENKINS-18678 anymore.

On 13.01.2014, at 19:43, Maneesh M P  wrote:

> Hi,
> 
>  I have a job which has many builds executed,  I just renamed the job and all 
> the build history is lost.
>  How to bring back the history and display in jenkins UI ?
> 
> Thanks,
> M
> 
> -- 
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


How to bring the history back if a job has been renamed

2014-01-13 Thread Maneesh M P
Hi,

 I have a job which has many builds executed,  I just renamed the job and 
all the build history is lost.
 How to bring back the history and display in jenkins UI ?

Thanks,
M

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Multi-line default values for new "text parameter" in Jenkins 1.418

2014-01-13 Thread Zhan Cao
I found a way to get around it.

Use firebug or other browser developer tools to change the "input" tag into 
a "textarea" , then the single line textbox becomes a multiple line 
textarea, cut the original value from "value" attribute, and paste it into 
the text area.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.
<>

Re: Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Jurica Krizanic
Yes, I want to disable the ability to have the Clean remote, because
turning the option on unintentionally could cause damage on my remote
location
(even the backup exists).

I will open a JIRA issue anyway. In the meantime, I will probably modify
the plugin locally.


Thank you for your help!


Best regards,
Jurica




On Mon, Jan 13, 2014 at 5:11 PM, Slide  wrote:

> Oh, I misunderstood, you want to disable the ability to have the Clean
> remote option there at all? There is definitely not a way to do that. You'd
> need to modify the plugin locally for that. You can file an issue in JIRA,
> but I am not sure the Publish Over CIFS plugin has a current maintainer.
>
>
> On Mon, Jan 13, 2014 at 8:59 AM, Jurica Krizanic wrote:
>
>> Can't find any system option in the plugin!
>> Is it possible in the next version that enabling/disabling Clean remote
>> option  becomes configurable?
>>
>> At the moment for me, only possible solution would be to remove the
>> checkbox related to Clean remote option from
>> https://github.com/jenkinsci/publish-over-cifs-plugin/blob/5740aec2cb202f44fc8be5b08919408b8166609b/src/main/resources/jenkins/plugins/publish_over_cifs/CifsPublisherPlugin/config.jelly!
>>
>> Would that remove the checkbox from the UI?
>>
>> Best regards,
>> Jurica
>>
>>
>> On Mon, Jan 13, 2014 at 3:09 PM, Slide  wrote:
>>
>>> If there is not an option in the configuration, your best bet would be
>>> to look in the source to see if there is a system property you can set.
>>> On Jan 13, 2014 3:22 AM, "Jurica Krizanic"  wrote:
>>>
  Hi everyone,
 is it possible to disable the *Clean remote* option in *Publish over
 CIFS* plugin?

 I would like to disable it in order to prevent cleaning of remote
 directory before copying.

 Thank you in advance!

 Best regards,
 Jurica Krizanic

 --
 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.

 For more options, visit https://groups.google.com/groups/opt_out.

>>>  --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Jenkins Users" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/jenkinsci-users/7ZawTpXQNFU/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> jenkinsci-users+unsubscr...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
>> 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.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> --
> Website: http://earl-of-code.com
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/7ZawTpXQNFU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Using job generator with parameter factories

2014-01-13 Thread adamisb
Hi everyone,

I would like to use job generator plugin to dinamically build jobs depending
on parameter files and do not really manage to pass generator parameters
between jobs.

When I use "Post-build Actions" > "Trigger parameterized build on other
project" and "Predifined Generator parameters" the jobs are generated
correctly, but there I can not use parameter factories. Or is there a way to
use parameter factories in post-build actions?

When I use a normal "build" step > "Trigger/call builds on other projects"
and "Predefined Generator parametes" then the parameters are not resolved
correctly. 
For example if I use "LANGUAGE" as generator parameter and set it to EN the
generated job will be "${LANGUAGE}_C" using "${LANGUAGE}_C" as "Generated
Job Name". In the previous case it would be named "EN_C" as expected.

I also tried using parameter factories in a normal build step. Using the
"Counter Generator Parameter Factory" works fine. I could generate a lot of
jobs with an increasing number in their names.
But I would like to use "File Generator Parameter Factory" which did not
work for me. Result was one "${LANGUAGE}_C" style job.

Does someone has some experience with this plugin?
Is it possible to use a normal build step to call a job with generator
parameters? What is the correct way to use generator parameter factories?

The example on the jenkins wiki
( https://wiki.jenkins-ci.org/display/JENKINS/Job+Generator+Plugin )
states a "publisher Trigger a parameterized build" should be used. What does
that mean?

Is this a bug or am I doing / understanding something wrong?

Best regards,
Balázs



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Using-job-generator-with-parameter-factories-tp4687362.html
Sent from the Jenkins users mailing list archive at Nabble.com.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Slide
Oh, I misunderstood, you want to disable the ability to have the Clean
remote option there at all? There is definitely not a way to do that. You'd
need to modify the plugin locally for that. You can file an issue in JIRA,
but I am not sure the Publish Over CIFS plugin has a current maintainer.


On Mon, Jan 13, 2014 at 8:59 AM, Jurica Krizanic wrote:

> Can't find any system option in the plugin!
> Is it possible in the next version that enabling/disabling Clean remote
> option  becomes configurable?
>
> At the moment for me, only possible solution would be to remove the
> checkbox related to Clean remote option from
> https://github.com/jenkinsci/publish-over-cifs-plugin/blob/5740aec2cb202f44fc8be5b08919408b8166609b/src/main/resources/jenkins/plugins/publish_over_cifs/CifsPublisherPlugin/config.jelly!
>
> Would that remove the checkbox from the UI?
>
> Best regards,
> Jurica
>
>
> On Mon, Jan 13, 2014 at 3:09 PM, Slide  wrote:
>
>> If there is not an option in the configuration, your best bet would be to
>> look in the source to see if there is a system property you can set.
>> On Jan 13, 2014 3:22 AM, "Jurica Krizanic"  wrote:
>>
>>>  Hi everyone,
>>> is it possible to disable the *Clean remote* option in *Publish over
>>> CIFS* plugin?
>>>
>>> I would like to disable it in order to prevent cleaning of remote
>>> directory before copying.
>>>
>>> Thank you in advance!
>>>
>>> Best regards,
>>> Jurica Krizanic
>>>
>>> --
>>> 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.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>  --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Jenkins Users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/jenkinsci-users/7ZawTpXQNFU/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to
>> jenkinsci-users+unsubscr...@googlegroups.com.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Website: http://earl-of-code.com

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Jurica Krizanic
Can't find any system option in the plugin!
Is it possible in the next version that enabling/disabling Clean remote
option  becomes configurable?

At the moment for me, only possible solution would be to remove the
checkbox related to Clean remote option from
https://github.com/jenkinsci/publish-over-cifs-plugin/blob/5740aec2cb202f44fc8be5b08919408b8166609b/src/main/resources/jenkins/plugins/publish_over_cifs/CifsPublisherPlugin/config.jelly!

Would that remove the checkbox from the UI?

Best regards,
Jurica


On Mon, Jan 13, 2014 at 3:09 PM, Slide  wrote:

> If there is not an option in the configuration, your best bet would be to
> look in the source to see if there is a system property you can set.
> On Jan 13, 2014 3:22 AM, "Jurica Krizanic"  wrote:
>
>>  Hi everyone,
>> is it possible to disable the *Clean remote* option in *Publish over
>> CIFS* plugin?
>>
>> I would like to disable it in order to prevent cleaning of remote
>> directory before copying.
>>
>> Thank you in advance!
>>
>> Best regards,
>> Jurica Krizanic
>>
>> --
>> 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.
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/7ZawTpXQNFU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


RE: Beta release of Gerrit Trigger plugin 2.11.0

2014-01-13 Thread Sandell, Robert
2.11.0-beta-4 has been soaking during the holidays and I haven’t seen any 
burning issues, so I’ll do a release this week on what was in that version as 
2.11.0


Robert Sandell
Software Tools Engineer - SW Environment and Product Configuration
Sony Mobile Communications

From: jenkinsci-...@googlegroups.com [mailto:jenkinsci-...@googlegroups.com] On 
Behalf Of Vlad Aginsky
Sent: den 13 januari 2014 09:12
To: jenkinsci-...@googlegroups.com
Cc: jenkinsci-users@googlegroups.com
Subject: Re: Beta release of Gerrit Trigger plugin 2.11.0

Hi All,
Is there any progress/news? do you need more beta testers?

בתאריך יום שלישי, 26 בנובמבר 2013 17:15:19 UTC+2, מאת Robert Sandell:
I just released version 2.11.0-beta-1 of the Gerrit Trigger plugin. It contains 
some great new features by some great contributors, the release notes are on 
the wiki [1].
The support for multiple Gerrit servers required quite a lot of refactoring in 
central parts of the plugin that potentially could affect everything, so I 
released a beta  that should be available in the experimental update center [2] 
within the normal waiting period. And I am looking for some brave people who 
can help us test it and provide me with a hint if it is good enough for a 
“normal” release or if there is anything major in need of fixing before.

Thanks,
Bobby

[1] https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger
[2] Set your update center to 
http://updates.jenkins-ci.org/experimental/update-center.json


Robert Sandell
Software Tools Engineer
SW Environment and Product Configuration
Development Environment

Sony Mobile Communications
Tel: +46 (0)10 80 12721
sonymobile.com

[https://groups.google.com/group/jenkinsci-dev/attach/e8c393dc4d6b07d8/image001.jpg?part=4&authuser=0]


--
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Jenkins 1.532.1 waits/ > 90% CPU consumption + message "Could not find local repository"

2014-01-13 Thread Rainer W
Looks like i found the issue: the DiskUsage Plugin.

Had peaks every 6 hours -> but normally there should be no jobs running at 
6 in the morning. Did search and found that the DiskUsage plugin had a cron 
expression for that ( 0 */6 ). Did now disable the plugin an the last build 
was 'fast' again.

Not sure why this is now an problem. Pretty sure this plugin had been 
installed a long long time ago.

Cheers Rainer

On Friday, January 10, 2014 2:14:18 PM UTC+1, Rainer W wrote:
>
> Hi,
>
> did upgrade to 1.532.1 around a week ago. Since then jobs run longer ( 
> form 1h now 1:20h )
>
> It's an Maven 2.2.1 Project. It seems like Jenkins is doing something, 
> because the  CPU on the Master jumps to 95% (from ~3%). Also the slave CPU 
> is not idle (around 20%)
>
> This basically happens Maven modules, here is a part of the console output 
> :
>
>  Maven is building
>
> 13:52 [JENKINS] Archiving disabled
>
> 13:52 ERROR: Could not find local repository for 2.2.1
>
>   ->  and Master CPU jumps to 95%
>
> 13:54 ... Maven continues
>
>
> - there is an 2 minute "wait" between maven modules
> - I'm pretty sure it has nothing to do with archiving, because as you can 
> see in the log it's now disabled. ( was originally enabled, no difference )
> - the Master CPU jumps to 95%
> - The Message "Could not find local repository" is new! In the last log 
> before the upgrade this was not printed to the console.
> - Maven runs in an offline mode.
>
>
> Segment of the console 
>
> [...]
>
> [debug] execute contextualize
> [INFO] *[resources:resources {execution: default-resources}]
> *[INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 170 resources
> [INFO] Copying 12 resources
> [INFO] Copying 12 resources
> [INFO] Copying 12 resources
> [INFO] Copying 12 resources
> [INFO] Copying 12 resources
> [INFO] Copying 12 resources
> [INFO] *[antrun:run {execution: copyConfigData}]
> *[INFO] Executing tasks
>  [copy] Copying 5 files to 
> /srv/slave/workspace/masterapp-1-compile/trunk/masterapp/target/classes/config
>[delete] Deleting directory 
> /srv/slave/workspace/masterapp-1-compile/trunk/masterapp/target/classes/config/release
> [INFO] Executed tasks
> [JENKINS] Archiving disabled
> ERROR: Could not find local repository for 2.2.1
>
>   <-- long wait -->
>
> [INFO] *[hibernate3* 
> *:hbm2ddl 
> {execution: generate-protokolldb-sql}]
> *[HUDSON] Collecting dependencies info[INFO] Configuration XML file loaded: 
> file:/srv/slave/workspace/masterapp-1-compile/trunk/masterapp/src/main/resources/resources/spring/db/protokolldb-hibernate.cfg.xml
>
> [INFO] Configuration XML file loaded: 
> file:/srv/slave/workspace/masterapp-1-compile/trunk/masterapp/src/main/resources/resources/spring/db/protokolldb-hibernate.cfg.xml
> 13:54:46,708  INFO org.hibernate.cfg.Configuration - configuring from url: 
> file:/srv/slave/workspace/masterapp-1-compile/trunk/masterapp/src/main/resources/resources/spring/db/protokolldb-hibernate.cfg.xml
>
> [...]
>
>
> Cheers Rainer
>
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Slide
If there is not an option in the configuration, your best bet would be to
look in the source to see if there is a system property you can set.
On Jan 13, 2014 3:22 AM, "Jurica Krizanic"  wrote:

> Hi everyone,
> is it possible to disable the *Clean remote* option in *Publish over 
> CIFS*plugin?
>
> I would like to disable it in order to prevent cleaning of remote
> directory before copying.
>
> Thank you in advance!
>
> Best regards,
> Jurica Krizanic
>
> --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: jenkins does not find my ant script located on network windows drive

2014-01-13 Thread Slide
Mounted shares can't be used by services unless the service is the one that
mounts it. This is a known Windows problem if you search around. You'll
have to mount the share via a bat command or something.
On Jan 13, 2014 2:26 AM, "Gilles Kacki"  wrote:

> Hello,
> cannot make jenkins finding my ant script located on a windows mounted
> drive although:
> jenkins service started by same user than the one for mounting the drive.
> Also tried with UNC path but unfortunately not supported...
> any hint?
> Thanx!
>
> Jenkins ver. 1.546, behind Apache 2.4
>
>
>
>  --
> 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.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: jenkins does not find my ant script located on network windows drive

2014-01-13 Thread Gilles Kacki
the only workaround i found is to add a build step before "Ant" called 
"Execute Windows Batch command" with following
net use S: /Delete /y
net use S: \\pc1\share /PERSISTENT:YES

which i do not find very elegant by the way. 
Any other clean solution? 

I have win7


On Monday, January 13, 2014 10:26:54 AM UTC+1, Gilles Kacki wrote:
>
> Hello, 
> cannot make jenkins finding my ant script located on a windows mounted 
> drive although:
> jenkins service started by same user than the one for mounting the drive. 
> Also tried with UNC path but unfortunately not supported...
> any hint? 
> Thanx!
>
> Jenkins ver. 1.546, behind Apache 2.4
>
>
>
>

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Jenkins deploy to maven site

2014-01-13 Thread jieryn
Make your job parameterized, add a parameter which lists the SCM tags,
refer to that variable in the SCM checkout section.

On Mon, Jan 13, 2014 at 7:12 AM, Trista Monaghan
 wrote:
> I need a separate site job to deploy to maven site after release build. How
> can I deploy the correct version without SNAPSHOT dependency?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Timer task hudson.model.Queue$MaintainTask@3e4523d6 failed

2014-01-13 Thread Robert Weclawski
hi everyone,
one one of our servers we got a quite strange problem.
Jenkins itself starts properly but whenever its going to run one of jobs we 
got exception line this one:
https://pastebin.com/raw.php?i=FTW2TDY0
I guess one of the config XML is broken. I already checked queue.xml and it 
looks fine.
Any help is very welcome.

--
Regards,
Robert

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Jenkins deploy to maven site

2014-01-13 Thread Trista Monaghan
I need a separate site job to deploy to maven site after release build. How 
can I deploy the correct version without SNAPSHOT dependency?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Jenkins + xCode

2014-01-13 Thread Greywing
Hello!

Please help me.
I use Jenkins and xCode for CI, but after build I can't open .app in iOS 
simulator.
In xCode I set i386 architecture for any iOS simulator.
What kind of settings I must change?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Publish over CIFS plugin - Clean remote option

2014-01-13 Thread Jurica Krizanic
Hi everyone,
is it possible to disable the *Clean remote* option in *Publish over 
CIFS*plugin?

I would like to disable it in order to prevent cleaning of remote directory 
before copying.

Thank you in advance!

Best regards,
Jurica Krizanic

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


jenkins cli giving an error

2014-01-13 Thread Jon
Hi while executing an jenkins cli i am getting below error:

FATAL: nulljava.lang.NullPointerException 
  
  at 
org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardNotifier.notifyReviewboard(ReviewboardNotifier.java:71)
 

at 
org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardNotifier.access$000(ReviewboardNotifier.java:41)
 

at 
org.jenkinsci.plugins.jenkinsreviewbot.ReviewboardNotifier$1.endBuild(ReviewboardNotifier.java:62)
 

at 
hudson.matrix.MatrixBuild$MatrixBuildExecution.post2(MatrixBuild.java:403) 

at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:726) 

at hudson.model.Run.execute(Run.java:1618) 

at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304) 

at hudson.model.ResourceController.execute(ResourceController.java:88) 

at hudson.model.Executor.run(Executor.java:247) 

at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66) 



Can anybody faced the same issue?


Thanks in advance.


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Securely obtain the Jenkins package and public key

2014-01-13 Thread teilo

On Sunday, 12 January 2014 22:20:17 UTC, Abhijith Chandrashekar wrote:
>
> > Of course, you'd need a secure way to make sure it's actually his 
> signature, but that should be easier than changing the entire distribution 
> chain.
>
> That's exactly the problem. Any ideas on how I can do that?
>
> Thanks,
> Abhijith
>

http://kohsuke.org/about/pgp/

But if you are that security paranoid then you should download the sources, 
inspect them (and the history)  and then compile them yourself every 
release (like you do for all the plugins right!?).

/James 

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


jenkins does not find my ant script located on network windows drive

2014-01-13 Thread Gilles Kacki
Hello, 
cannot make jenkins finding my ant script located on a windows mounted 
drive although:
jenkins service started by same user than the one for mounting the drive. 
Also tried with UNC path but unfortunately not supported...
any hint? 
Thanx!

Jenkins ver. 1.546, behind Apache 2.4



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.