Re: Invoking jenkins remotely with the user context

2018-10-25 Thread Robert Simple
Hi Badal, i am struggling exactly with the same thing here - and haven't found a solution yet. As a temporary fix, (which i dislike very much) i have special user configured in AD - and since all request are going through the servlet, that user credentials are stored on a server in a separate

jenkins pipeline to populate robot test result with exception: Cannot get property 'simpleName' on null object

2018-10-25 Thread xuyongdao1978
we use using mail-ext and robot frame work to try to format all test suits detail in jenkins, and send out the report. we are using jenkins pipeline project, and robot test result can be shown on build UI web page. we used now, its downloaded from github, https://github.com/JMcn/jenkins-emai

jenkins with dotnet

2018-10-25 Thread Mathi vathana.P
Is Jenkins provide the support for dotnet legacy application? -- 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 v

Jenkins - Push Image to AWS ECR

2018-10-25 Thread Justin Seiser
I am running my slaves on Ubuntu AMI's, that have docker pre-installed. I am attempting to build a Docker Container on the slave from a DockerFile and push it to a ECR Repo. I am getting confused because this fails, but I am not seeing why it failed. node('cicd_ec2') { try {

Re: java.lang.NoClassDefFoundError: Could not initialize class sun.util.calendar.ZoneInfoFile

2018-10-25 Thread Maciej
I have exactly the same issue with RHEL 7.1 as jenkins node... Already updated java 8 there to newest version. Anyone have solution for this? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: Post Build Actions: Archive Artifacts

2018-10-25 Thread James Otto
Where does the archive end up, and what does it get named? On Friday, September 26, 2014 at 11:27:44 PM UTC-4, Indra Gunawan (ingunawa) wrote: > > It is under “Post build Actions“ : “Archive the artifacts” > You specify the regex of files in the workspace to archive. > > > From: Michael Nguyen

Jenkins - Push Image to AWS ECR

2018-10-25 Thread Ivan Fernandez Calvo
Could you try the pipeline snippet in this comment? https://issues.jenkins-ci.org/browse/JENKINS-44143?focusedCommentId=329510&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-329510 -- You received this message because you are subscribed to the Google Groups "Jen

jenkins pipeline to populate robot test result with exception: Cannot get property 'simpleName' on null object

2018-10-25 Thread Ivan Fernandez Calvo
Try to print the value of the action variable to check tha is correct, also use the Elvis operator. echo “Action: “ + action + “ class: “ + action?.class If("RobotBuildAction".equals(action?.class?.simpleName)) -- You received this message because you are subscribed to the Google Groups "Jenki

ERROR: Step ‘Publish Cucumber test result report’ failed: Test reports were found but none of them are new. Did tests run?

2018-10-25 Thread tylerjones8706
ERROR: Step ‘Publish Cucumber test result report’ failed: Test reports were found but none of them are new. Did tests run? For example, /Users/qaautomation/workspace/AS1_Android_Client_Tests_Release_Candidate/features_report.json is 33 min old I cant figure out how to work around this. Af

Re: Problem with Jenkins behind Apache

2018-10-25 Thread saran
Thank you so much Jon. On Sunday, July 13, 2014 at 9:30:58 AM UTC+5:30, Jon Schewe wrote: > > Never mind, I just found the answer: > https://groups.google.com/forum/#!topic/jenkinsci-issues/2s2DeNtpxwM > > > On Sat, Jul 12, 2014 at 10:56 PM, Jon Schewe > wrote: > >> I read the documentation on s

Monitoring slaves

2018-10-25 Thread Daniel A
What are you guys using to monitor slaves (uptime, cpu, memory.etc.) I notice many times slaves are powered off and I have jobs failing. A plugin would be very useful but I have not found any yet. Thoughts? -- You received this message because you are subscribed to the Google Groups "Jenkins

Jenkins stuck on 'Please wait while Jenkins is getting ready to work' after pressing 'Reload Configuration from Disk'

2018-10-25 Thread Peter Toennies
I am using Jenkins 2.138.2 on a RHEL7 x86_64 machine. It seems like I got Jenkins up and running. However, when I go to 'Manage Jenkins' and click on 'Reload Configuration from Disk' and press 'OK', Jenkins shows this is the browser: Please wait while Jenkins is getting ready to work ... Your

How do we send number of pass/fail test result using Test Results Analyzer plugin

2018-10-25 Thread panneerrselvam natarajan
Hi All, I am using Test Results Analyzer plugin for my Jenkins pipeline and getting test result through Test Result Analyzer plugin.. Is there any way to capture the pass/fail/total test cases and communicate to Email thru pipeline scripts. Please clarify. Regards Panneer -- You received