Question on Perl parsing plugin?

2014-10-22 Thread Ken Beal
Hi,

We would like to have something scanning our jobs' console output, looking
for "Use of uninitialized" and highlighting it for us.

I first thought of using the Log Parser plugin, which we're using
elsewhere, so I could make a build unstable if it sees it; however, our
jobs generally report test results, so we don't want to override the value
of unstable for those jobs.

Is there another way we can achieve this?  I was thinking if there was a
plugin that could work similar to the JUnit test plugin, but would scan the
log instead of the test results.  (Not sure if the log would be available
at that point; hopefully, it could read to log up to that point.)

But then I'm back to the same "overriding what unstable means" issue...

Thanks for any pointers,
Ken

-- 
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/d/optout.


Jenkins is randomly deleting the descriptions of Parameters in our jobs -- is this happening to anyone else?

2014-10-02 Thread Ken Beal
Hi,

There are three things happening here, which seem "spooky".

The first issue: when saving the "Configure" page of a job, I've gotten into
the habit of copying any "Description" I had changed, and pasting it into a
draft email.  Then I save, and click "Configure" again, and see that each
one I modified has been completed erased, and copy back from the email
draft.

Generally, saving it at that point results in it actually saving.  However,
I've seen it require more than two saves to "stick".


The second issue: later, it seems to randomly delete Descriptions; I'm
currently looking at a job that I had updated earlier today, verified that
the Description change was written, and now I'm back looking at the
Configure page for that job, and the Description field for that parameter is
again empty.


The third issue: yesterday a job was producing odd results, so I looked and
it had REPLACED the "Name" of the first three parameters with the "Name" of
the next three -- so three parameters were missing, and three had duplicate
values (and it looks like it took the second value).  I verified that the
Job Config History did not show this modification, and changed it back.

This greatly concerns me, though, as all three of these issues are DATALOSS
(and the third issue causes jobs to fail as well, which is even worse than
just descriptive text missing).


Is anyone else seeing behavior like this?  It is possible that something
local is doing this, so I figured I'd ask first.  (I did try a few searches,
and didn't see anything relevant.)

Thanks,
Ken


-- 
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/d/optout.


Question on slave communication failure?

2014-08-14 Thread Ken Beal
Hi,

 

Our ESX systems are running very slowly.  So slowly that we're starting to
cause timeouts inside the communications code, we believe.

 

Can someone verify that the below error is because a slave didn't respond
"in time"?

 

If this is the case, are these timeouts configurable?

 

It appears that the initial error in the output below was "An existing
connection was forcibly closed by the remote host", and the remote host is a
slave, so if the slave didn't respond in time, does Jenkins think that the
connection was forcibly closed?  (If so, perhaps it could differentiate
between these two conditions, if possible?)

 

Thanks,

Ken

 

The full console output from the job is below, to the end of this email:

 

Started by upstream project "tokyo-main-Deploy-ForCI" build number 828

originally caused by:

Started by upstream project "tokyo-main-Monitor-BuildComplete" build number
965

originally caused by:

  Started by user Ken Beal

[EnvInject] - Loading node environment variables.

FATAL: hudson.remoting.RequestAbortedException: java.io.IOException: Failed
to abort

hudson.remoting.RequestAbortedException:
hudson.remoting.RequestAbortedException: java.io.IOException: Failed to
abort

at
hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedExcepti
on.java:41)

at
hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedExcepti
on.java:34)

at hudson.remoting.Request.call(Request.java:174)

at hudson.remoting.Channel.call(Channel.java:739)

at hudson.FilePath.act(FilePath.java:1009)

at
org.jenkinsci.plugins.envinject.service.EnvironmentVariablesNodeLoader.gathe
rEnvironmentVariablesNode(EnvironmentVariablesNodeLoader.java:44)

at
org.jenkinsci.plugins.envinject.EnvInjectListener.loadEnvironmentVariablesNo
de(EnvInjectListener.java:81)

at
org.jenkinsci.plugins.envinject.EnvInjectListener.setUpEnvironment(EnvInject
Listener.java:39)

at
hudson.model.AbstractBuild$AbstractBuildExecution.createLauncher(AbstractBui
ld.java:570)

at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:476
)

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

at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)

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

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

Caused by: hudson.remoting.RequestAbortedException: java.io.IOException:
Failed to abort

at hudson.remoting.Request.abort(Request.java:299)

at hudson.remoting.Channel.terminate(Channel.java:802)

at hudson.remoting.Channel$2.terminate(Channel.java:483)

at
hudson.remoting.AbstractByteArrayCommandTransport$1.terminate(AbstractByteAr
rayCommandTransport.java:72)

at
org.jenkinsci.remoting.nio.NioChannelHub$NioTransport.abort(NioChannelHub.ja
va:184)

at
org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:563)

at
jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorS
ervice.java:28)

at
java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

at java.util.concurrent.FutureTask$Sync.innerRun(Unknown
Source)

at java.util.concurrent.FutureTask.run(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
Source)

at
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Caused by: java.io.IOException: Failed to abort

... 9 more

Caused by: java.io.IOException: An existing connection was forcibly closed
by the remote host

at sun.nio.ch.SocketDispatcher.read0(Native Method)

at sun.nio.ch.SocketDispatcher.read(Unknown Source)

at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)

at sun.nio.ch.IOUtil.read(Unknown Source)

at sun.nio.ch.SocketChannelImpl.read(Unknown Source)

at
org.jenkinsci.remoting.nio.FifoBuffer$Pointer.receive(FifoBuffer.java:136)

at
org.jenkinsci.remoting.nio.FifoBuffer.receive(FifoBuffer.java:306)

at
org.jenkinsci.remoting.nio.NioChannelHub.run(NioChannelHub.java:496)

... 7 more

-- 
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/d/optout.


RE: الزعتر علاج أكثر فعالية لحب الشباب/آخر ماصنع في اليابان !!!!!!!!!!/انظر مالذي حدث عندما فتح باب الكعبة!/عندما تهدي جدك آي باد ،، انظر ماذا يحدث

2013-03-20 Thread Ken Beal
To the list admins: 

 

Can we please stop this spam that has been happening almost daily for about
two weeks?

 

I am the third person to make this request.

 

Thanks,

Ken

 

 

From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of James James
Sent: Wednesday, March 20, 2013 3:43 PM
To: undisclosed-recipients:
Subject: الزعتر علاج أكثر فعالية لحب الشباب/آخر ماصنع في اليابان
!!/انظر مالذي حدث عندما فتح باب الكعبة!/عندما تهدي جدك آي باد ،،
انظر ماذا يحدث

 

  حتي الجمال
تكره اليهود سبحان الله

 

  انظر مالذي حدث
عندما فتح باب الكعبة!

 

  أغرب بنت فى
تقليد للحيوانات

 

  روبوت يشبه
الإنسان إلى حد كبير لن تصدق

 

  لاول مرة :
رجل يطير بجناحين - شاهد الفيديو

 

  بئر زمزم من
الداخل - سبحان الله

 

  مسلم يكتشف
أنه مسلم ولم يكن يعرف أنه مسلم

 

  ذكر الليزر في
القرآن الكريم

 

  عندما تهدي
جدك آي باد ،، انظر ماذا يحدث

 

  آخر ماصنع في
اليابان !!

 

  الزعتر علاج
أكثر فعالية لحب الشباب

 

  مقلب جامد جدا
.. مش هتبطل ضحك

 

  مشهد مبكي جدا
سبحان الله لااله الا الله

 

  إخدع الناس
بذكاء++شاهد المقطع +(ركز على اليد)مقطع رائع 

 

  ردة فعل طفل
عندما تعطس امه

 

  صحح معلوماتك -
معلومات مذهلة تخفى على كثيرين

 

  طريقة مبتكرة
لشحن الجوال ..بدون كهرباء

 

  كيف تجعل سرعة
النت عندك صاروخ..!!

 

 

 

 

 

 

 

 

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




Need help with parameter passing (want to pass both downstream and upstream)

2012-12-19 Thread Ken Beal
 

Hi,

 

I have three jobs.  A invokes B, waits for it to complete, and then invokes 
C.  B gets some data dynamically.  This needs to be given to C.

 

(The real names for these jobs are "Monitor", "Deploy", and "Test"; we're 
building a deployment pipeline, post-build.)

 

Job B gets some new data, in our case an IP address.  This needs to be sent 
to C so that it can perform its tests on the right deployment.

 

 

One way to do this is using the Parameterized Trigger Plugin, defining A to 
invoke B, and B to invoke C.  However, we want to configure it conceptually 
with a "master" job invoking each downstream job, so that e.g. one could 
invoke B by itself, without it requiring running C after it runs (e.g., for 
debugging purposes).

 

We currently have a workaround where A creates a unique network folder, 
passing that as a parameter to B and C; when B completes, it writes the IP 
address to a file at the network location, and then when C starts, it reads 
that file from there.

 

However, I'd prefer to not depend on an external network resource if I can 
help it.  Is there a method to have B return data to A which can then be 
passed to C as normal Jenkins parameters?

 
Thanks,
Ken
 


RE: Oracle Functional

2012-06-04 Thread Ken Beal
Hi Shiv,

 

Some people on this open, useful mailing list record the people and
organizations which are abusing the list, and choose to never use the
products or services offered by these individuals and companies in the
future.  They also talk to others about these abuses.

 

I read this list for information relating to Jenkins.  If I wanted to
look for a job, I'd use appropriate resources.

 

To the list administrator: is it possible to selectively ban certain
email addresses from sending?  If so, please ban this recruiter.

 

Thanks,

--
Ken Beal
Senior Software Engineer, Build/Release

Agero
One Cabot Road
Medford, MA 02155
p: (781) 306-3605
m: (978) 423-8977
e: kb...@agero.com

 

From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of shiva Panzer
Sent: Monday, June 04, 2012 11:16 AM
To: shiva Panzer
Subject: Oracle Functional

 

Please let me know if you are interested in this requirement. If yes,
kindly send us your resume along with contact information. If you are
not looking for new projects, please feel free to pass on this email to
your friends or relatives who might be interested.

 

Job Title: Oracle Functional

Location: NYC, NY

Duration: 6+month contract

 

Must have Financial Experience//

 

Required Skills

Experience R12, 

CRP3/UAT.  

GL/AR/AP/FA/CM/SLA.  

CRP3/UAT testing are in the Financials area.- -

 

Thank you for your time and look forward to work with you.



--

Shiv kumar

Technical Recruiter

Panzer Solutions LLCNorwalk, CT 06850 USA

Direct Line: 203-717-2990

Fax: (203) 971-8354

E-mail: shiv.ku...@panzersolutions.com 


Confidentiality Note: This e-mail message and any attachments may contain 
confidential or privileged information. If you are not the intended recipient, 
please notify me immediately by replying to this message and destroy all copies 
of this message and any attachments. Thank you.


RE: Oracle Techno-Functional Consultant/Analyst

2012-05-07 Thread Ken Beal
Hi,

 

Please stop abusing open mailing lists.  Some people pay attention to
these abuses and choose not to use the goods or services being
advertised.

 

Sincerely,

--
Ken Beal
Senior Software Engineer, Build/Release

Agero
One Cabot Road
Medford, MA 02155
p: (781) 306-3605
m: (978) 423-8977
e: kb...@agero.com

 

From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Prity Sharma
Sent: Monday, April 30, 2012 5:02 PM
To: pr...@hevar.com
Subject: Oracle Techno-Functional Consultant/Analyst

 

Hi ,
Send me your consultant resume and contact details .ASAP

 

Position: Oracle Techno-Functional Consultant/Analyst 

Location: Ft. Worth TX

Duration: 12 months

Face to face 

 

Techno-Functional Consultant/Analyst 

Responsibilities 

 

* Monitor and troubleshoot daily interface errors between legacy systems
and Oracle (eBusiness Suite 11i DB 10.2.0.4)

* Provide functional support to business users and help troubleshoot
issues in Purchasing, Receiving, Inventory, Order Management and
Shipping Modules of Oracle

* Support the business with month end closing by resolving pending
Inventory, Receiving and Shipping transactions

* Write queries and build adhoc reports using SQL 

* Work closely with Oracle Support and Oracle On Demand to open, monitor
and help resolve Service Requests

* Test bug fixes and change requests 

* Debug, modify and build PL/SQL programs as necessary 

 

Required Skills 

 

* Functional ?70%?, Technical ?30%? / Primarily Functional skills
required 

* Oracle Applications 11.5.10 Inventory, Order Management and Shipping,
Payables, Purchasing, iProcurement, iSupplier

* Application Security (users, menus, responsibilities) 

* Profiles, Flexfields, Value Sets, Lookups, Concurrent Programs,
Workflow 

* Ability to modify and debug existing PL/SQL programs 

* Familiarity with Toad and SQL Loader 

 

Need strong Oracle Inventory module background/experience.

 

 

Desired skills 

 

* Familiarity with Oracle Finance and Fixed Assets Modules 

* Experience in Aviation Industry 

* Experience in any Reporting/Reporting tools 

* Project Management skills 

 

 

Qualification Rating

 

 

ERP skill level and   Yrs. exp (3+)

Oracle skill level and   Yrs. exp (3+)

SQL skill level and   Yrs. exp (3+)

 

 

-- 

Thanks and Regards,

Prity Sharma

 

Technical Recruiter

  

Hevar Systems,Inc

1825,W Walnut Hill Lane,Suite,120 Irving, TX 75038 
Fax: 866-542-2082
E-mail:   pr...@hevar.com <mailto:ta...@hevar.com>  

Website: www.hevar.com <http://www.hevar.com/> 

Gmail: prity...@gmail.com <mailto:mishra.prashant...@gmail.com>   

 

In case I am not available you can reach, 

Pankaj @ 972-200-1720  pan...@hevar.com(Primary)

tarun @ 972-200-1715 ta...@hevar.com(Secondary)
<mailto:ta...@hevar.com(Secondary)>  

 


Confidentiality Note: This e-mail message and any attachments may contain 
confidential or privileged information. If you are not the intended recipient, 
please notify me immediately by replying to this message and destroy all copies 
of this message and any attachments. Thank you.