Re: Is the kubernetes pipeline plugin still alive?

2017-02-22 Thread sdomingo
Ignore, my question is answered 
here: 
https://blog.fabric8.io/jenkins-kubernetes-plugin-adds-pipeline-capabilities-2d43f934c580#.u1woh9did

Cheers,
Shaun

On Thursday, February 23, 2017 at 6:01:53 PM UTC+11, 
sdom...@macquarietelecom.com wrote:
>
> Hello,
>
> Has the kubernetes pipeline plugin been decommissioned? I've seen some 
> activity in the respective git repositories, so I'm just seeking 
> clarification.
>
>
> 
>
> The bottom three plugins don't seem to exist in the mirror, e.g.: 
> http://updates.jenkins-ci.org/download/plugins/kubernetes-pipeline-steps/1.3/kubernetes-pipeline-steps.hpi
>
>
> The plugin mirror  only 
> lists the kubernetes & kubernetes-ci plugins.
>
>
> If it's not going to continue to exist, is there an alternative that 
> allows you to build and push docker containers within a kubernetes 
> environment?
>
>
> Thanks,
>
> Shaun
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/fb58da36-41c0-4d91-834d-25e0fe8da323%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Is the kubernetes pipeline plugin still alive?

2017-02-22 Thread sdomingo
Hello,

Has the kubernetes pipeline plugin been decommissioned? I've seen some 
activity in the respective git repositories, so I'm just seeking 
clarification.



The bottom three plugins don't seem to exist in the mirror, e.g.: 
http://updates.jenkins-ci.org/download/plugins/kubernetes-pipeline-steps/1.3/kubernetes-pipeline-steps.hpi


The plugin mirror  only 
lists the kubernetes & kubernetes-ci plugins.


If it's not going to continue to exist, is there an alternative that allows 
you to build and push docker containers within a kubernetes environment?


Thanks,

Shaun

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c3d8ec09-fcfe-4f3f-b9d2-529e6ea84d8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins master and slave workspace directory

2017-02-22 Thread Shriya Chhajed
Hi, 

I am facing an issue for setting the Sonar_Runner_Path. Sonar scanner is 
installed on my local desktop where as i am trying to integrate it on 
jenkins. so what path shall i put there. by putting the local path it is 
showing a warning and thus the build is failed. Please revert 

Thank you

On Friday, April 26, 2013 at 3:37:34 PM UTC+5:30, Geoff Cummings wrote:
>
>
>
> Manage Jenkins -->  Configure System
>
> At the top right of the page, there is an advanced button which gives more 
> options just below the "Home Directory" and above the "System Message"
>
> Update the Workspace Root Directory field to the following:
>
> ${JENKINS_HOME}/workspace/${ITEM_FULLNAME}
>
>
> Not sure if you need to restart jenkins to pick this up or not??
>
> This will update the workspaces on Master to be the same folder layout as 
> the slaves.
>
>
> Geoff
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9ab4db9f-6a0d-4967-a523-19b096b3d1d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Multi Configuration Job Jenkinsfile

2017-02-22 Thread sathish g


On Sunday, February 19, 2017 at 8:17:29 PM UTC+5:30, Chris Denneen wrote:
>
> Anyone have any suggestions?
> Trying to run a multi configuration job for different RUBY_VERSION and 
> PUPPET_VERSION. Also this job needs to pin the jobs on a particular slave 
> with slave axis

 

> Use multi configuration job with Configuration Matrix


https://www.safaribooksonline.com/library/view/jenkins-the-definitive/9781449311155/ch10s04.html
 

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f5152492-bd0d-4dd7-8175-11297d4e005a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I got some dependency errors after upgrade to the new version.

2017-02-22 Thread Jason Yu
It's a gorgeous answer. I resolved the issue by upgrading script security 
plugin.  

On Wednesday, February 22, 2017 at 1:16:40 PM UTC-8, Daniel Beck wrote:
>
>
> > On 22.02.2017, at 22:13, Jason Yu  
> wrote: 
> > 
> > Please kindly give me some clue on how to trouble shoot this. 
> > 
>
> Seems like upgrading Script Security to 1.21 or newer should fix most of 
> these. It's sort of a flattened tree and Pipeline Supporting APIs not being 
> able to be loaded breaks a bunch of others. 
>
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/12b7c828-b6c2-4b85-8c13-91754b01c0bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Disabling Jenkins security during chef provisioning

2017-02-22 Thread Farrukh Najmi
Hi Guys, I am trying to setup Jenkins using the chef recipe at 
https://supermarket.chef.io/cookbooks/jenkins. 

I would like to provision jenkins plugins using the CLI but have run into a 
bootstrapping issue. 

Seems the default installation uses a strict config.xml that requires 
true. 
This means I cannot use the CLI to install plugins during provisioning 
because I cannot do so as anonymous user. 

I tried updating the config.xml file to have:

 false 

But it seems that upon "service jenkins restart" my config.xml file gets 
reverted to its original value. Any suggestions on how top work around this?

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/99f11d26-b9c2-466a-b7cb-655705b7e8dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I got some dependency errors after upgrade to the new version.

2017-02-22 Thread Daniel Beck

> On 22.02.2017, at 22:13, Jason Yu  wrote:
> 
> Please kindly give me some clue on how to trouble shoot this. 
> 

Seems like upgrading Script Security to 1.21 or newer should fix most of these. 
It's sort of a flattened tree and Pipeline Supporting APIs not being able to be 
loaded breaks a bunch of others.

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/503BFA09-5665-4CC1-A71C-B2937FF4465F%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Updated hot-list please add to your distributed list…………

2017-02-22 Thread mahi v
Dear Recruiter,

Please find the Below Hotlist and send me your Requirements to
mah...@samuraiinfotech.com  /
r...@samuraiinfotech.com

*Name *

*Skill Set *

*Experience (In Years) *

*Location*

*Relocation *











*Aarthi G*

*QA Engineer*

*8*

*TX*

*Open*

*Koneru*

*SQL DBA*

*7*

*NY*

*Open*

*Dheeraj *

*Citrix Admin*

*7*

*DC*

*Open*

*Phanesh*

*AWS Developer*

*7*

*CA*

*Open*

*Charan*

*Citrix Admin*

*7*

*DC*

*Open*

*Sruthi *

*UI Developer*

*5*

*PA*

*Open*

*Hema *

*.net Developer*

*5*

*VA*

*Open*

*Vijitha (Citizen)*

*QA Tester*

*5*

*GA*

*Only GA*

*Tushma *

*QA Tester*

*7*

*GA*

*Open*

*Venakta (Citizen)*

*QA Tester*

*5*

*TX*

*Only TX*

*Anjana *

*WMB Admin *

*7*

*WI*

*Open*

*Ravi Kumar*

*Devops /AWS*

*7*

*GA*

*Open*

*Rekha *

*.net Developer*

*5*

*GA*

*Only GA*

*Gokul*

*CognosT1*

*7*

*CA*

*Open*

*Krishna*

*Oracle Apps Fin Functional*

*10 *

*CA*

*Open *

*Ram*

*Project Manager*

*15*

*NY*

* Open*

*Naveen*

*CognosT1*

*5*

*CA*

*Open*

*Srini*

*Devops/AWS*

*6*

*PA*

*Open*

*Balaji*

*Quality Analyst *

*7*

*NY*

*Open*

*Raj*

*Devops /AWS*

*7*

*GA*

*Open*

*Ravi*

*Devops /AWS*

*7*

*NY*

*Open*

*Avinash  *

*Performance Tester*

*7*

*AZ*

*Open*

* Jayaram*

*Programme Manager*

*16*

*IN*

*Open*

*Rakesh *

*Salesforce Developer*

*8*

*IN*

*Open*

*  Annapurna (Citizen)*

*QA Analyst*

*7*

*GA*

*Only GA*



*Thanks & Regards*

*Mahesh*

*Samurai Infotech LLC *

*Consulting - Development – Staffing*

*Voice: *678-799-8055

*E-mail : *mah...@samuraiinfotech.com/r...@samuraiinfotech.com

Website : www.samuraiinfotech.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAAko6%3D90mJK%2B3b%2BiEqoam4PLUDNroW%3DVsrVm_K5QHP0xJ5AcEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Updated hot-list please add to your distributed list……

2017-02-22 Thread mahi v
Dear Recruiter,

Please find the Below Hotlist and send me your Requirements to
mah...@samuraiinfotech.com  /
r...@samuraiinfotech.com

*Name *

*Skill Set *

*Experience (In Years) *

*Location*

*Relocation *











*Aarthi G*

*QA Engineer*

*8*

*TX*

*Open*

*Koneru*

*SQL DBA*

*7*

*NY*

*Open*

*Dheeraj *

*Citrix Admin*

*7*

*DC*

*Open*

*Phanesh*

*AWS Developer*

*7*

*CA*

*Open*

*Charan*

*Citrix Admin*

*7*

*DC*

*Open*

*Sruthi *

*UI Developer*

*5*

*PA*

*Open*

*Hema *

*.net Developer*

*5*

*VA*

*Open*

*Vijitha (Citizen)*

*QA Tester*

*5*

*GA*

*Only GA*

*Tushma *

*QA Tester*

*7*

*GA*

*Open*

*Venakta (Citizen)*

*QA Tester*

*5*

*TX*

*Only TX*

*Anjana *

*WMB Admin *

*7*

*WI*

*Open*

*Ravi Kumar*

*Devops /AWS*

*7*

*GA*

*Open*

*Rekha *

*.net Developer*

*5*

*GA*

*Only GA*

*Gokul*

*CognosT1*

*7*

*CA*

*Open*

*Krishna*

*Oracle Apps Fin Functional*

*10 *

*CA*

*Open *

*Ram*

*Project Manager*

*15*

*NY*

* Open*

*Naveen*

*CognosT1*

*5*

*CA*

*Open*

*Srini*

*Devops/AWS*

*6*

*PA*

*Open*

*Balaji*

*Quality Analyst *

*7*

*NY*

*Open*

*Raj*

*Devops /AWS*

*7*

*GA*

*Open*

*Ravi*

*Devops /AWS*

*7*

*NY*

*Open*

*Avinash  *

*Performance Tester*

*7*

*AZ*

*Open*

* Jayaram*

*Programme Manager*

*16*

*IN*

*Open*

*Rakesh *

*Salesforce Developer*

*8*

*IN*

*Open*

*  Annapurna (Citizen)*

*QA Analyst*

*7*

*GA*

*Only GA*



*Thanks & Regards*

*Mahesh*

*Samurai Infotech LLC *

*Consulting - Development – Staffing*

*Voice: *678-799-8055

*E-mail : *mah...@samuraiinfotech.com/r...@samuraiinfotech.com

Website : www.samuraiinfotech.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAAko6%3D8Sm_e-cVoWqRNZN2X1SrB2MMk3UicQo_NhwZRTDM-_0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Git fetch not working from jenkins, working from command line

2017-02-22 Thread Diganta Paladhi


Hi Guys,

I am facing this issue with Git plugin version 3.0.5

Any idea how to solve this?

I have tried all possible suggestions, but failed to resolve this :(


*17:07:29*  > /usr/bin/git rev-parse --verify HEAD # timeout=10*17:07:29* No 
valid HEAD. Skipping the resetting*17:07:29*  > /usr/bin/git clean -fdx # 
timeout=10*17:07:29* Fetching upstream changes from *17:07:29*  > 
/usr/bin/git --version # timeout=10*17:07:29* using GIT_ASKPASS to set 
credentials *17:07:29*  > /usr/bin/git fetch --tags --progress  
+refs/heads/*:refs/remotes/origin/*
*17:07:29* ERROR: Error fetching remote repo 'origin'*17:07:29* 
hudson.plugins.git.GitException 
:
 Failed to fetch from *17:07:29*  at 
hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:806) 
*17:07:29*
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1066) 
*17:07:29*
   at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1097) 
*17:07:29*
 at hudson.scm.SCM.checkout(SCM.java:495) 
*17:07:29*
   at hudson.model.AbstractProject.checkout(AbstractProject.java:1278) 
*17:07:29*
  at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
 
*17:07:29*
 at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 
*17:07:29*
  at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) 
*17:07:29*
 at hudson.model.Run.execute(Run.java:1728) 
*17:07:29*
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 
*17:07:29*
 at hudson.model.ResourceController.execute(ResourceController.java:98) 
*17:07:29*
 at hudson.model.Executor.run(Executor.java:404) 


-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/99abface-632c-41bc-bd05-2ac0dbceb7bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Pipeline 'Almost complete' is misleading

2017-02-22 Thread Dan Tran
Hi

I am not sure about  'Almost complete' progress bar,  it keeps the same 
text regardless of the length of the build

Thoughts?

Thanks

-Dan

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9688ff79-4a2f-436e-94ad-456f8f2ea8a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins build says successful but no output is seen

2017-02-22 Thread Sharan Basappa
folks, need some guidance here ... thanks

On Tuesday, 21 February 2017 23:39:43 UTC+5:30, Sharan Basappa wrote:
>
> My Jenkins build job indicates success but none of the scripts I am 
> executing seem to do anything. I put a simple "pwd" command to echo current 
> working directory but nothing happens. All Jenkins reports is "Running 
> shell script" and then nothing is seen.
>
> Snippet of Jenkins log:
>
> First time build. Skipping changelog. [Pipeline] sh [an_example_test3-
> 26UQSYQ445FSBP4QRKEWLPQCJH545MLQVD6B552CIGPOXLZO4G5A] Running shell 
> script [Pipeline] sh [an_example_test3-
> 26UQSYQ445FSBP4QRKEWLPQCJH545MLQVD6B552CIGPOXLZO4G5A] Running shell 
> script [Pipeline] sh [an_example_test3-
> 26UQSYQ445FSBP4QRKEWLPQCJH545MLQVD6B552CIGPOXLZO4G5A] Running shell 
> script [Pipeline] sh [an_example_test3-
> 26UQSYQ445FSBP4QRKEWLPQCJH545MLQVD6B552CIGPOXLZO4G5A] Running shell 
> script [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline 
> Finished: SUCCESS
>
>
> Jenkinsfile that is used to define the builds:
>
> node { stage 'build' sh "echo ${env.BRANCH_NAME}" git url: 
> 'git@hd1:testing', branch: "${env.BRANCH_NAME}" sh "ls -rtl" sh "pwd" sh "csh 
> ${workspace}/simple.csh" sh "csh ${workspace}/source.csh" }
>
>
>
>

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/97f1f8dd-dc68-452e-966e-abaed2d70cc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Configuring Content Security Policy

2017-02-22 Thread KaliRajan G
Jenkins didn't allowed the css and Font Styles(Configuring Content Security 
Policy).We want to enable that the css and Font styles,
So We have unset the header using below groovy command for enable the css 
and Font Styles,
Even also font styles were not applied my report Files.How Can I enable the 
font Styles to Jenkins?

Groovy command: 
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/456ef8b1-ff5c-4899-9554-11d72b5500c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Configuring Content Security Policy

2017-02-22 Thread KaliRajan G
Jenkins didn't allowed the css and Font Styles(Configuring Content Security 
Policy).We want to enable that the css and Font styles,
So We have unset the header using below groovy command for enable the css 
and Font Styles,
Even also font styles were not applied my report Files.How Can I enable the 
font Styles to Jenkins?

Groovy command: 
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8d870f4c-c7ed-49e3-973c-2303e0ae1ded%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Setting the description of a failed test in pipeline groovy

2017-02-22 Thread Vincent Massol
Hi Jerome,

> On 21 Feb 2017, at 17:49, jer...@bodycad.com wrote:
> 
> Add description on the side:
> 
> manager.addShortText("${APPLY_TAG}")
> 
> You can find a lot of property inside you syntax help page (change MY_HOST, 
> MY_PIPELINE_JOB):
> 
> http://MY_HOST/Jenkins/job/MY_PIPELINE_JOB/pipeline-syntax/globals
> 
> this should with the properties of env/manager/currentBuild. the hudson/build 
> object is inside the manager for example. As what is available on them after, 
> you need to check the javadoc and try to make sense of it.

I’m 100% sure that there was no “manager” variable that I could use in my 
pipeline script (I had tested that). But yesterday I’ve upgraded my jenkins 
plugins and when trying today (thanks to your email!), it worked this time! :) 
So this is probably a recent addition.

This is cool.

Thanks
-Vincent

> Hope this help,
> Jerome

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/94BCA82A-4385-4CA4-AB2D-D6F153F9BF9C%40massol.net.
For more options, visit https://groups.google.com/d/optout.


Commit Changes from Global Pipeline Libraries Polluting History

2017-02-22 Thread Elmar Weber

Hello,

we are using for some global shared pipeline libraries from git 
repositories. When we now have a multibranch pipeline build and it 
detects a new commit on the actual job repository, it does not just list 
the changes of the pipeline job, but also from the global library in the 
list of changes (see screenshot*). I guess because it checks it out as 
part of the build flow.


My question:
- is this intended behaviour, or a bug?
- if intended, can I prevent this somehow?


* In the screenshot on the first entry is actually from the commit 
triggering the pipeline. The others are changes from the global pipeline 
libraries (which contains the scripts + configurations).


Thanks,
Elmar


--
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9db040f4-114e-a4bd-bc4e-b6d3b46c8c48%40elmarweber.org.
For more options, visit https://groups.google.com/d/optout.


Re: Entering Commands into a program

2017-02-22 Thread Ioannis Moutsatsos
Why not capture your Java command line parameters using a Jenkins freestyle 
build and a form for the required parameters?
These parameters are available in the build and can be passed to your java 
program.

On Monday, February 13, 2017 at 3:02:14 AM UTC-5, Akiva Lane wrote:
>
> We have written a Java program that accepts command line input. 
> I can start the program withe Jenkins, and then the program expects a 
> command with parameters
> to be entered.  But when I put the command on the next Jenkins line, 
> Jenkins says 'command not found'.
>
> For example, I run a script called startPgm that starts my program, and 
> then need to enter the command
> to the program "file javatest".
>
> My Jenkins lines are:
> + cd /users/akiva
> + ./startPgm
> + file javatest
>
> Jenkins starts the program, and then says:
>
> Command> + file javatest
> /tmp/hudson7645987865sh line 3:  file: command not found
>
> How do I enter the command into the program?
> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/04ad8492-b939-448c-89e7-2b3d9d5983f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Separating build failure from test failures

2017-02-22 Thread Daniel Beck

> On 22.02.2017, at 06:52, Cody Konior  wrote:
> 
> I'd like to somehow separate on the Jenkins page the difference between jobs 
> which failed due to a build/script error versus jobs which had failing tests.

Jenkins has the three states Stable/Successful (inconsistently named on the 
UI), Unstable, and Failed.

Unstable means it built successfully, but has failing tests.

Failed mean it didn't build successfully.

So you'll need to instruct your build tool to not fail the build when tests 
fail, and instead (either through a plugin providing integration with your 
build tool, or e.g. generic log parsing) set the build status to Unstable.

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/EC260F19-3E2D-41FA-8D67-42AAF4D663B0%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


RE: Updated Hotlist please share your daily requirements..

2017-02-22 Thread Matthew.Webber
It might also be worth going to the Google Groups page and marking the message 
as spam.
(Go to https://groups.google.com/forum/?hl=en#!forum/jenkinsci-users, find 
message, then on the far right-hand side of the message, click the drop-down 
box and select “report abuse”).
Matthew

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of John Mellor
Sent: 21 February 2017 22:09
To: jenkinsci-users@googlegroups.com
Subject: RE: Updated Hotlist please share your daily requirements..

Can someone please cancel the posting credentials for this user that allows 
them to post this inappropriate garbage?


-- 
This e-mail and any attachments may contain confidential, copyright and or 
privileged material, and are for the use of the intended addressee only. If you 
are not the intended addressee or an authorised recipient of the addressee 
please notify us of receipt by returning the e-mail and do not use, copy, 
retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not 
necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments 
are free from viruses and we cannot accept liability for any damage which you 
may sustain as a result of software viruses which may be transmitted in or with 
the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and 
Wales with its registered office at Diamond House, Harwell Science and 
Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6836E1DC2DDC174C9D64B7860E5AF5FCB151114F%40exchmbx01.
For more options, visit https://groups.google.com/d/optout.


Jenkins plugin for merge.

2017-02-22 Thread RRoy
Hi All,

Currently we are using parallel development approach for development 
process in our organization.Please considered the below scenario of our 
build process.

Build Tool -- ant
CI Tool --  Jenkins. 
Repository Tool - SVN  

We want multiple SVN branches to checkout and code merging between this 
branches should be happen before performing the whole build.

Please suggest us, is there any plugin available in jenkins for fulfilled 
above scenario and implementation for the same.

Regards,
Rahul 

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/80125b7c-0291-4b8d-9b61-e44fe9e345b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Publish Junit results error only with failed tests

2017-02-22 Thread Nitzan Yemal
Hello,

I recently updated our Jenkins server to the 2.32.1 version and I getting 
an error when publish Junit results only if it founds failed tests (on 
successful the result is OK).
I'm using the 1.19 Junit Plugin and  2.2 Test stability history plugin:

Recording test results*11:33:00* ERROR: Step ‘Publish JUnit test result report’ 
aborted due to exception: *11:33:00* java.lang.NoClassDefFoundError 
: 
Could not initialize class 
de.esailors.jenkins.teststability.CircularStabilityHistory*11:33:00* at 
de.esailors.jenkins.teststability.StabilityTestDataPublisher.contributeTestData(StabilityTestDataPublisher.java:98)
 
*11:33:00*
 at 
hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:183) 
*11:33:00*
 at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
 
*11:33:00*
  at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 
*11:33:00*
   at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
 
*11:33:00*
 at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
 
*11:33:00*
   at hudson.model.Build$BuildExecution.post2(Build.java:185) 
*11:33:00*
 at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665) 
*11:33:00*
   at hudson.model.Run.execute(Run.java:1753) 
*11:33:00*
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 
*11:33:00*
 at hudson.model.ResourceController.execute(ResourceController.java:98) 

 

*11:33:00* at hudson.model.Executor.run(Executor.java:404) 

 


Will appreciate your help on this,
Nitzan

-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/da48bd65-5035-4192-b841-4b4206fbaa22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to choose a version with Repository Connector

2017-02-22 Thread Joey Hua
Guys,

I am trying to fix install Repository Connector with my Jenkins server, 
then I followed the document here
https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin#, 
when all settings done, I can see all my application version which 
installed in maven repo, with "Build with Parameters 
",
 
but when I choose one of them in version dropdown, I got error message in 
Jenkins job. seems the . doenst be passed to plugins. 



class org.apache.maven.wagon.TransferFailedException: Error transferring file: 
Server returned HTTP response code: 500 for URL: 
http://maven.iishang-intr.com:8081/repository/maven-snapshots/com/aishang/test/aishang-test-test2/${com.aishang.test.aishang-test-test2}/aishang-test-test2-${com.aishang.test.aishang-test-test2}.pom


Here is my screen shots. what did I miss?


Thanks,


Joey


 

 

 

 

 

 




-- 
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 this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b86e4a7c-9251-401d-a82d-d34592921149%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.