[JIRA] (JENKINS-33687) BUILD_DISPLAY_NAME environment variable not updated
Title: Message Title Noam Angel commented on JENKINS-33687 Re: BUILD_DISPLAY_NAME environment variable not updated issue not fixed on plugin 1.6.5 Add Comment This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-55274) HP ALM Plugin - allow adding a custom run parameters
Title: Message Title Noam Angel created an issue Jenkins / JENKINS-55274 HP ALM Plugin - allow adding a custom run parameters Issue Type: Improvement Assignee: Daniel Gront Components: hp-application-automation-tools-plugin Created: 2018-12-20 08:35 Labels: ALM Priority: Major Reporter: Noam Angel we are currently using "uploadResultToALM" in pipeline to upload run results, it would be nice if we could have the ability to send "run" parameters like like the jenkins URL. for example: able to set param "Operation System" able to set param "Host" able to set param custom ALM project params Add Comment
[JIRA] (JENKINS-55276) HP ALM Plugin - when job is branched only branch appear in HP ALM
Title: Message Title Noam Angel created an issue Jenkins / JENKINS-55276 HP ALM Plugin - when job is branched only branch appear in HP ALM Issue Type: Bug Assignee: Daniel Gront Components: hp-application-automation-tools-plugin Created: 2018-12-20 09:01 Priority: Minor Reporter: Noam Angel when running "uploadResultToALM" in branched pipeline JOB_NAME is JOB_NAME=JOB_NAME/BRANCH HP ALM will present field "Jenkins Job Name" with only the branch name without the actual job name Add Comment Th
[JIRA] (JENKINS-55280) HP ALM Plugin - TestSetName is empty when uploading junit results
Title: Message Title Noam Angel created an issue Jenkins / JENKINS-55280 HP ALM Plugin - TestSetName is empty when uploading junit results Issue Type: Bug Assignee: Daniel Gront Components: hp-application-automation-tools-plugin Created: 2018-12-20 10:58 Labels: ALM Priority: Major Reporter: Noam Angel when using "uploadResultToALM" to upload junit report TestSetName created with name empty. "uploadResultToALM" parameters: almTestFolder: 'new', almTestSetFolder: 'featuresetXXX', testingFramework: 'JUnit', testingResultFile: '**/junitResult.xml', ... expected: TestSetName = TestSetFolder if no folder hierarchy or last hierarchy is TestSetName. expected Add Comment
[JIRA] (JENKINS-55276) HP ALM Plugin - when job is branched only branch appear in HP ALM
Title: Message Title Noam Angel commented on JENKINS-55276 Re: HP ALM Plugin - when job is branched only branch appear in HP ALM uploadResultToALM(almDomain: 'SDN', almProject: 'alm_project_testing', almServerName: 'alm-server', almTestFolder: 'tempest', almTestSetFolder: env.BRANCH_NAME + '' + (env.JOB_NAME - env.BRANCH_NAME - '/'), almTimeout: '', clientType: '', credentialsId: 'e28dfgdg1fb-fb6d-4e48-a480-4532gfdh', jenkinsServerUrl: JENKINS_URL, testingFramework: 'JUnit', testingResultFile: '**/junitResult.xml', testingTool: 'tempest') Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-55276) HP ALM Plugin - when job is branched only branch appear in HP ALM
Title: Message Title Noam Angel reopened an issue please see full picture (scroll to right side), my branch is osp13 the issue is that JOB_NAME=JOB_NAME/BRANCH we get only the branch name in ALM without the actual job Jenkins / JENKINS-55276 HP ALM Plugin - when job is branched only branch appear in HP ALM Change By: Noam Angel Resolution: Not A Defect Status: Closed Reopened Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196363.154529647.2191.1560847080196%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-55276) HP ALM Plugin - when job is branched only branch appear in HP ALM
Title: Message Title Noam Angel commented on JENKINS-55276 Re: HP ALM Plugin - when job is branched only branch appear in HP ALM in jenkins pipeline using a branched pipeline the name the value of JOB_NAME is equal "JOB_NAME/BRANCH_NAME" by default i did not set it during pipeline run, I just mention it because i validated during the run the this is the actual value. the issue the 'jenkins-job-name' get trimmed JOB_NAME equal to only the BRANCH_NAME Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196363.154529647.7014.1561359900166%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-55276) HP ALM Plugin - when job is branched only branch appear in HP ALM
Title: Message Title Noam Angel commented on JENKINS-55276 Re: HP ALM Plugin - when job is branched only branch appear in HP ALM i dont set JOB_NAME at all. for ex JOB_NAME="deploy_overcloud/master" what I will get in HP ALM is only "master" im using multibranch pipeline Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196363.154529647.7057.1561363620169%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-55276) HP ALM Plugin - when job is branched only branch appear in HP ALM
Title: Message Title Noam Angel commented on JENKINS-55276 Re: HP ALM Plugin - when job is branched only branch appear in HP ALM if you use the multibranch pipeline job type and job the will run will have a JOB_NAME combined from JOB_NAME and BRANCH, its set by the JOB itself not by me or by code in pipeline. somewhere in the way to uploadResultToALM -> HP ALM it gets trimmed. so yes i only get "master" which is not helpful Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196363.154529647.7125.1561365240752%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-55276) HP ALM Plugin - when job is branched only branch appear in HP ALM
Title: Message Title Noam Angel edited a comment on JENKINS-55276 Re: HP ALM Plugin - when job is branched only branch appear in HP ALM if you use the multibranch pipeline job type , and any job the you will run create will have a JOB_NAME combined from JOB_NAME and BRANCH, its set by the JOB itself not by me or by code in pipeline. somewhere in the way to uploadResultToALM -> HP ALM it gets trimmed. so yes i only get "master" which is not helpful Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196363.154529647.7127.1561365300321%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-55276) HP ALM Plugin - when job is branched only branch appear in HP ALM
Title: Message Title Noam Angel commented on JENKINS-55276 Re: HP ALM Plugin - when job is branched only branch appear in HP ALM here is the console output http://paste.openstack.org/show/753336/ Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196363.154529647.7830.1561443060112%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.
[JIRA] (JENKINS-55276) HP ALM Plugin - when job is branched only branch appear in HP ALM
Title: Message Title Noam Angel commented on JENKINS-55276 Re: HP ALM Plugin - when job is branched only branch appear in HP ALM yes Add Comment This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d) -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.196363.154529647.9197.1561540020108%40Atlassian.JIRA. For more options, visit https://groups.google.com/d/optout.