Security Guards Services in Austin Town

2016-10-11 Thread Rahul Hariprasad


*Security  Guards  Services in Austin Town* 
 Circumstances, together 
with delivering protection offerings for top degree politicians and 
celebrities and more low key jobs corresponding to offering protection in a 
retail or motel atmosphere. Each of these officers is required to undergo 
rigorous training in a number of areas, ranging from wellness and safeguard 
to customer service, although of course the level of training and form of 
coaching given will all rely upon the country that the guards are working 
in. Regardless, training is important for guards far and wide on the earth 
for a quantity of motives.

 

*
   http://www.busybizz.com/Security-Guards-Bangalore.php*

-- 
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/463e1d7d-0313-465d-9d8d-0e12b20af263%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Polling both svn and git from pipeline

2016-10-11 Thread tarocaravan
Is it possible to poll for changes from both svn and git repositories from 
within a pipeline job? In Jenkins, pipeline scm configuration is tied to a 
particular scm type (due to a radio button), but I would like to poll both 
svn and git at the same time. As a result of the poll detecting an scm 
change, I want to invoke only one build.

As a workaround, maybe I need to have two separate Jenkins jobs? 

-- 
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/c409cd54-1467-4896-bb20-7c9a2b064e47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Build on Nuget updates: does not seem to trigger using Generic-Artifactory Integration...

2016-10-11 Thread RiRL
I have setup a project to trigger "Build on NuGet updates" with a schedule 
like [H/5 * * * *]; e.g.: every 5 minutes.


I have configured Artifactory as the NuGet package server by setting the 
Artifactory deployment server (note: another Jekins project successfully 
populates NuGet packages to this server using a Target repository -- this 
works fine, I can see the packages there in the Artifactory WebUI...)

In the job I want to trigger on a nuget update, I have specified the 
Resolution Details to the same deployment server and have configured the 
Resolved Artifacts (yes we are using Artifactory Professional) and given 
the reference to the repository, file pattern, and build informaton with 
the mapping to the workspace.
(note: this runs fine if I push the Build Now button... its fetches the 
corresponding artifact(s) into the Jenkins workspace, as expected).

However, despite the fact that I see updates to the Nuget Trigger Log, the 
project does not run when there is (in fact) and update to the Nuget 
package (as defined in the section immediately above).

Anyone have any suggestions?

-- 
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/fd354aad-2a76-4bf5-8630-8324d85fc708%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Email ext to send html body in Pipeline

2016-10-11 Thread Sam K
Thanks for bringing this to my attention Mark.  I was not aware of that. 
 The jelly scripts are great which send predefined content.  In my case, I 
am generating content which I want to send in the body.  

I am trying to work with mutt email client but having other roadblocks.  :(

On Tuesday, October 11, 2016 at 7:24:01 AM UTC-7, Mark Bidewell wrote:
>
> Support for templates was added in 2.50 if that helps.
>
> On Monday, October 10, 2016 at 1:21:28 AM UTC-4, Sam K wrote:
>>
>> This works for most part.  Except, I have a html formatted file which I 
>> would like to send as the body.  Is it possible?  Thanks
>>
>> emailext attachmentsPattern: '*.log, *.html', body: 'BUILD_URL = ' + 
>> env.BUILD_URL, subject: 'END Coded Pipeline Build SOURCE - ' + CODE_BRANCH 
>> + ' TESTS - ' + TEST_BRANCH, to: MAILING_LIST
>>
>

-- 
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/a5add025-e0a8-4f7d-9033-deab17eeef6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Docker Slaves Plugin Exception in Pipeline

2016-10-11 Thread Qiang
Thank you!

I noticed a "git" command alone is ok, but adding a "sh" command generate 
the following error.

Looking forward to the fix!


Qiang

On Tuesday, October 11, 2016 at 10:11:31 AM UTC-5, nicolas de loof wrote:
>
> Hi.
>
> Identified the root cause, a fix will be released asap.
>
> Le 11 oct. 2016 15:38, "Qiang Ma"  a 
> écrit :
>
>> Hi, all,
>>
>> Have you successfully run the sample of Docker Slaves Plugin?
>>
>> I am using Docker Slaves Plugin v 1.0.4, on Jenkins 2.6.
>> Copied the sample (Pipeline job support) from 
>> https://github.com/jenkinsci/docker-slaves-plugin 
>>
>> The images were downloaded, git checkout happened,  but the pipeline 
>> finished with error below:
>>
>> [Pipeline] }
>>
>> [Pipeline] // dockerNode[Pipeline] End of 
>> Pipelinejava.lang.NullPointerException
>>  at 
>> it.dockins.dockerslaves.drivers.CliDockerDriver.applyHints(CliDockerDriver.java:236)
>>  at 
>> it.dockins.dockerslaves.drivers.CliDockerDriver.launchSideContainer(CliDockerDriver.java:366)
>>  at 
>> it.dockins.dockerslaves.DefaultDockerProvisioner.createSideContainers(DefaultDockerProvisioner.java:122)
>>  at 
>> it.dockins.dockerslaves.DefaultDockerProvisioner.launchBuildContainers(DefaultDockerProvisioner.java:99)
>>  at 
>> it.dockins.dockerslaves.DefaultDockerProvisioner.launchBuildProcess(DefaultDockerProvisioner.java:139)
>>  at it.dockins.dockerslaves.DockerLauncher.launch(DockerLauncher.java:56)
>>  at hudson.Launcher$ProcStarter.start(Launcher.java:381)
>>
>>
>>
>> Any comment/help is appreciated.
>>
>> Regards,
>> Qiang
>>
>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/59c6a543-8e06-445f-9098-30024e83e2f6%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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/1b0dd4a6-27b2-4602-b508-e37f969008c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Pipeline @script directory creation

2016-10-11 Thread Jared Kauppila
Nevermind, I was mixing up a few concepts when taking a look at this.

Do the contents of the script directly get stored somewhere during 
execution for a build? What happens if I make changes to the contents of 
the script for a build while a previous build is in the middle of execution?

On Tuesday, October 11, 2016 at 11:06:36 AM UTC-5, Jared Kauppila wrote:
>
> Any thoughts on this? I haven't been able to find a workaround.
>
> Since we're using the JenkinsFile that path, we are unable to run 
> concurrent jobs.
>
>
> On Wednesday, August 10, 2016 at 12:50:42 PM UTC-5, Jared Kauppila wrote:
>>
>> Hello,
>>
>> We are currently running Jenkins 2.7.2 and have a pipeline job defined 
>> that utilizes the 'Pipeline script from SCM' SVN repo at the very start, as 
>> a result, we get the following folders upon execution:
>>
>>
>>- Dev_Pipeline
>>- Dev_Pipeline@script
>>- Dev_Pipeline@tmp
>>
>> When we kick off another concurrent build, we get the following 
>> additional folders:
>>
>>
>>
>>- Dev_Pipeline@2
>>- Dev_Pipeline@2@tmp
>>
>> Is there any particular reason it's not pulling down the SVN repo into a 
>> 'Dev_Pipeline@2@script' as well? I can't find a configuration option to 
>> allow this.
>>
>>
>> Thanks,
>>
>> Jared
>>
>

-- 
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/8915b048-122f-4323-83be-0bb37a6573e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Pipeline @script directory creation

2016-10-11 Thread Jared Kauppila
Any thoughts on this? I haven't been able to find a workaround.

Since we're using the JenkinsFile that path, we are unable to run 
concurrent jobs.


On Wednesday, August 10, 2016 at 12:50:42 PM UTC-5, Jared Kauppila wrote:
>
> Hello,
>
> We are currently running Jenkins 2.7.2 and have a pipeline job defined 
> that utilizes the 'Pipeline script from SCM' SVN repo at the very start, as 
> a result, we get the following folders upon execution:
>
>
>- Dev_Pipeline
>- Dev_Pipeline@script
>- Dev_Pipeline@tmp
>
> When we kick off another concurrent build, we get the following additional 
> folders:
>
>
>
>- Dev_Pipeline@2
>- Dev_Pipeline@2@tmp
>
> Is there any particular reason it's not pulling down the SVN repo into a 
> 'Dev_Pipeline@2@script' as well? I can't find a configuration option to 
> allow this.
>
>
> Thanks,
>
> Jared
>

-- 
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/f17764d4-ff16-430c-8f0d-a2bc95645c83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Modify the number of jobs that can run in parallel for a project

2016-10-11 Thread Mark Sinclair
I'm still not able to use setNumExecutors.  I was able to use setNodeLabel 
though with the following code in script console:

for (slave in jenkins.model.Jenkins.instance.slaves) {
oldLabelName = slave.getLabelString()
println("Label= $oldLabelName")

if (oldLabelName.contains('synth')) {
println("Found $oldLabelName")
newLabelName = oldLabelName + " " + "EXTRALABEL"
slave.setLabelString(newLabelName)
numexecutors = slave.getNumExecutors()
println("executors=$numexecutors")
//slave.setNumExecutors(1)
}
}

This proved that I can access a slave and modify parts of it (the label), 
but when I uncomment the setNumExecutors line, I get the following error:

groovy.lang.MissingMethodException: No signature of method: 
hudson.slaves.DumbSlave.setNumExecutors() is applicable for argument types: 
(java.lang.Integer) values: [1]
Possible solutions: getNumExecutors(), getNumExecutors()
at 
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:55)
at 
org.codehaus.groovy.runtime.callsite.PojoMetaClassSite.call(PojoMetaClassSite.java:46)
...

A bit more research and I found this, though I'm not clear on the final 
response from Jesse Glick.
https://issues.jenkins-ci.org/browse/JENKINS-23534

It appears he's saying that modifying the number of executors is possible, but 
you need to replace the whole slave?  Not sure how to do this - it would be a 
lot easier if I could just call setNumExecutors.



-- 
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/2efb7bb6-b61a-47da-9cce-13a97ef9ff26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Docker Slaves Plugin Exception in Pipeline

2016-10-11 Thread nicolas de loof
Hi.

Identified the root cause, a fix will be released asap.

Le 11 oct. 2016 15:38, "Qiang Ma"  a écrit :

> Hi, all,
>
> Have you successfully run the sample of Docker Slaves Plugin?
>
> I am using Docker Slaves Plugin v 1.0.4, on Jenkins 2.6.
> Copied the sample (Pipeline job support) from
> https://github.com/jenkinsci/docker-slaves-plugin
>
> The images were downloaded, git checkout happened,  but the pipeline
> finished with error below:
>
> [Pipeline] }
>
> [Pipeline] // dockerNode[Pipeline] End of 
> Pipelinejava.lang.NullPointerException
>   at 
> it.dockins.dockerslaves.drivers.CliDockerDriver.applyHints(CliDockerDriver.java:236)
>   at 
> it.dockins.dockerslaves.drivers.CliDockerDriver.launchSideContainer(CliDockerDriver.java:366)
>   at 
> it.dockins.dockerslaves.DefaultDockerProvisioner.createSideContainers(DefaultDockerProvisioner.java:122)
>   at 
> it.dockins.dockerslaves.DefaultDockerProvisioner.launchBuildContainers(DefaultDockerProvisioner.java:99)
>   at 
> it.dockins.dockerslaves.DefaultDockerProvisioner.launchBuildProcess(DefaultDockerProvisioner.java:139)
>   at it.dockins.dockerslaves.DockerLauncher.launch(DockerLauncher.java:56)
>   at hudson.Launcher$ProcStarter.start(Launcher.java:381)
>
>
>
> Any comment/help is appreciated.
>
> Regards,
> Qiang
>
> --
> 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/59c6a543-8e06-445f-9098-30024e83e2f6%40googlegroups.
> com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CANMVJzmgWWDOtebiqGVtUJUijdyE%2B6WppCWVcSFh44Z9WCHVMA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python script development

2016-10-11 Thread Jérôme Godbout
Hi,
There's a JenkinsApi package for Python:

https://jenkinsapi.readthedocs.io/en/latest/

Not sure what is accessible during a pipeline or if this is just for
completed build or old standard build for the Python API module (I haven't
test this yet).

You probably could pass the current build result, current build number and
the job name to your Python script so can reach the proper build info:

// Into Jenkins Pipeline
${env.JOB_BASE_NAME}
${env.BUILD_NUMBER}
${currentBuild.result}  // take care not set until something went wrong

As for launching Python script from buidl step see above, just use console
command and start the process, if you need some complexe return value, a
file could be used. Make sure the command return 0 if you want to continue
and doesn't return bad code, else you will need a try/catch into your
pipeline script.

Hope this help and I understood you properly this time, if not let us know,
Jerome

On Tue, Oct 11, 2016 at 7:02 AM, Mohan Radhakrishnan <
radhakrishnan.mo...@gmail.com> wrote:

> Are there some instructions to load Python code from disk as part of the
> build step ? This code should access Jenkins API. Is that possible ? I want
> to get the build status and act on it.
>
> Mohan
>
> On Thursday, 6 October 2016 22:47:07 UTC+5:30, jer...@bodycad.com wrote:
>>
>> Sorry my bad, I missread the question, this doesn'T interact with Jenkins
>> IDE API at all, sorry, reverse question, ignore my post, sorry.
>>
>> You proabbly will have to create a dummy Jenkins server that reside into
>> a VM or something like that and check if the command were operated. But I
>> don't have a clear solution for this. Sorry again.
>>
>> Jerome
>>
> --
> 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/iGmqEq02ybI/unsubscribe.
> To unsubscribe from this group and all its topics, 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/780238df-eafa-4388-8949-4ec1649a4c59%40googlegroups.
> com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAKmu%2Be2fp_aGsQRsNru6-OYzktH0rUJgH3_ieT3ZUsvVHk_FsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Email ext to send html body in Pipeline

2016-10-11 Thread Mark Bidewell
Support for templates was added in 2.50 if that helps.

On Monday, October 10, 2016 at 1:21:28 AM UTC-4, Sam K wrote:
>
> This works for most part.  Except, I have a html formatted file which I 
> would like to send as the body.  Is it possible?  Thanks
>
> emailext attachmentsPattern: '*.log, *.html', body: 'BUILD_URL = ' + 
> env.BUILD_URL, subject: 'END Coded Pipeline Build SOURCE - ' + CODE_BRANCH 
> + ' TESTS - ' + TEST_BRANCH, to: MAILING_LIST
>

-- 
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/b2095917-fc69-44b3-85f4-125c27e503f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Help to configure Sonatype Nexus in JenkinsFile to maven download artifacts

2016-10-11 Thread Gustavo Labbate Godoy
Qiang,

Yes. In fact, the configuration is in my settings file, in the .m2 dir.

It should read from my M2_HOME variable? I will try to configure it...


On 11 October 2016 at 10:43, Qiang  wrote:

> Isn't it part of the mvn or gradle configuration to download artifacts?
>
>
>
> On Tuesday, October 11, 2016 at 8:42:01 AM UTC-5, Gustavo Labbate Godoy
> wrote:
>>
>> Hi everyone,
>>
>> I´m a old user of Jenkins, but new in pipeline and JenkinsFile.
>>
>> I´m trying to migrate a job to a JenkinsFile and I don´t know how to
>> configure my sonatype nexus to my JenkinsFile download artifacts.
>>
>>
>> How can I do that?
>>
>> Thanks
>>
> --
> 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/U0JQBu4NrEE/unsubscribe.
> To unsubscribe from this group and all its topics, 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/ee6a7383-4350-46c9-902b-443125ea8174%40googlegroups.
> com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAPYVdAis294GTQTQJtW2YsgfWO%2BpHM44%3DOK%3DQY%2B%3Die4hmOAJXQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Help to configure Sonatype Nexus in JenkinsFile to maven download artifacts

2016-10-11 Thread Qiang
Isn't it part of the mvn or gradle configuration to download artifacts?



On Tuesday, October 11, 2016 at 8:42:01 AM UTC-5, Gustavo Labbate Godoy 
wrote:
>
> Hi everyone,
>
> I´m a old user of Jenkins, but new in pipeline and JenkinsFile.
>
> I´m trying to migrate a job to a JenkinsFile and I don´t know how to 
> configure my sonatype nexus to my JenkinsFile download artifacts.
>
>
> How can I do that?
>
> 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/ee6a7383-4350-46c9-902b-443125ea8174%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Help to configure Sonatype Nexus in JenkinsFile to maven download artifacts

2016-10-11 Thread Gustavo Labbate Godoy
Hi everyone,

I´m a old user of Jenkins, but new in pipeline and JenkinsFile.

I´m trying to migrate a job to a JenkinsFile and I don´t know how to 
configure my sonatype nexus to my JenkinsFile download artifacts.


How can I do that?

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/b14230ea-0ffe-4e3d-98db-73f8b5fd02fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: HOT LIST

2016-10-11 Thread John Mellor
Can someone please delete this guy from the list?  He has no idea what it is 
for.

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of sandeep triggerit
Sent: October-11-16 09:13
Subject: HOT LIST


Hi Partners,

Hope you are doing great !!!



Please find the below HOTLIST and send me the suitable requirements to
sandeep.d.dtriggerit.us



Names


Skills


Location


Relocation


Experience



Santhosh

Oracle Pl Sql  Developer

  NC


Open


8+ Years

Sandeep

Oracle Pl Sql  Developer

  CA


Open


8+ Years


vipin

Oracle Pl Sql  Developer

  NY


Open


8 Years







--
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/CAJZ%3DhrKpA-hLxZYt%2BBVLSBme57FQs0erFLxH57wgDg7LsQvWUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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/bdf5b03e05f14c82a29300f106c5e937%40mbx02cmb01p.esentire.local.
For more options, visit https://groups.google.com/d/optout.


HOT LIST

2016-10-11 Thread sandeep triggerit
Hi Partners,

Hope you are doing great !!!



Please find the below HOTLIST and send me the suitable requirements to

*sandeep.d.dtriggerit.us *



*Names*

*Skills*

*Location*

*Relocation*

*Experience*





*Santhosh*

*Oracle Pl Sql  Developer*

*  NC*

*Open*

*8+ Years*
*Sandeep*

*Oracle Pl Sql  Developer*


*  CA*

*Open*

*8+ Years*

*vipin*

*Oracle Pl Sql  Developer*

*  NY*

*Open*

*8 Years*

>


>
>
>
>

-- 
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/CAJZ%3DhrKpA-hLxZYt%2BBVLSBme57FQs0erFLxH57wgDg7LsQvWUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Python script development

2016-10-11 Thread Mohan Radhakrishnan
Are there some instructions to load Python code from disk as part of the 
build step ? This code should access Jenkins API. Is that possible ? I want 
to get the build status and act on it.

Mohan

On Thursday, 6 October 2016 22:47:07 UTC+5:30, jer...@bodycad.com wrote:
>
> Sorry my bad, I missread the question, this doesn'T interact with Jenkins 
> IDE API at all, sorry, reverse question, ignore my post, sorry.
>
> You proabbly will have to create a dummy Jenkins server that reside into a 
> VM or something like that and check if the command were operated. But I 
> don't have a clear solution for this. Sorry again.
>
> 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/780238df-eafa-4388-8949-4ec1649a4c59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Cannot connect to the Jenkins slave machine when running Jenkins as a java prgoram

2016-10-11 Thread Jenkins Johnny


When I set up my Jenkins master as a windows service and attempt to connect 
to a slave machine using "Launch Jenkins via Java webstart", I can connect 
the slave server to the master fine with no issues.


[image: enter image description here] 


However, I'm now required to launch the jenkins Master using "java -jar 
jenkins.war" so I can see the GUI interface being tested in realtime, but I 
cannot seem to create a connection to the slave machine this way (when I 
try to access the url on the slave machine, it says it cannot be displayed).


[image: enter image description here] 


Is it possible to connect with jenkins while it is being run as a java 
program? Or is there an alternative method I can use?

-- 
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/5aaafa18-4640-4feb-9dcd-e3d0297a173f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reverse Proxy Auth Plugin - LDAP troubles - 404 error

2016-10-11 Thread Daniel Beck
This is a bug in the Reverse Proxy Auth Plugin. No plugin should ever depend on 
internal-only URLs of other plugins used e.g. for form validation or 
autocompletion (or even the Java API creating them).

In this case, this change renamed doServerCheck to doCheckServer, removing the 
/serverCheck URL:
https://github.com/jenkinsci/ldap-plugin/commit/0f4e172636d4ccd2eccecf632253c7673bab9fe4

You may be able to just ignore the error.

> On 10.10.2016, at 22:05, Dunnigan, Terrence J 
>  wrote:
> 
> Hi all,
>  
> I’m using Jenkins 1.625.3 and I’m trying to configure the Reverse Proxy Auth 
> Plugin (1.5) with my LDAP information and encountering issues. When I use the 
> same values to configure pure LDAP, it works fine.
>  
> However when I configure the Reverse Proxy Auth Plugin I encounter errors as 
> soon as I specify an LDAP hostname. It appears the Reverse Proxy Plugin is 
> trying to verify the LDAP server name using this url:
>  
> ${rootURL}/securityRealms/LDAPSecurityRealm/serverCheck?field=serverserver='+encodeURIComponent(this.value)+'managerDN='+encodeURIComponent(this.form.elements['managerDN'].value)+'managerPassword='+encodeURIComponent(this.form.elements['managerPassword'].value)
>  
> When I enter this URL manually I get a 404 error, which is the same error 
> that the plugin gives me. (I get the same error if I use my proxy name or my 
> actual hostname for $rootURL)
>  
> Any thoughts?
>  
> Thanks,
>  
> Terry 
> 
> -- 
> 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/ad0b0a4e2a2b43d68dc9f797d5e7f740%40XCH15-05-11.nw.nos.boeing.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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/C01065E8-50BC-4A46-9805-BE30B5CD3638%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: After Upgrading to Jenkins 2.0 and AWS EC2 plugin 1.35, Agents are not getting terminated after idle termination period of 30 minutes.

2016-10-11 Thread Daniel Beck
Make sure you're using the EC2 plugin 1.36 and AWS SDK Plugin 1.11.x -- There 
was an issue that resulted in instances never shutting down.

> On 11.10.2016, at 03:43, Vijayender Madura  wrote:
> 
> Hello, 
> 
> I'm posting to see if there are others out there who may have faced the same 
> issue:
> 
> I've set the idle termination time to 30 minutes and updated the log level to 
> FINE for a new logger hudson.plugins.ec2 in Manage Jenkins --> System Log --> 
> New logger.
> I could not find any messages even after 30 minutes of Slave Inactivity: 
> 
> I'm looking for this INFO message to be printed : 
> https://github.com/jenkinsci/ec2-plugin/blob/master/src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java#L121-L123
> However, execution never reaches this line of code and Agents never get 
> terminated. Can someone please point me in the right direction to investigate 
> this issue ? 
> 
> 
> 
> Thanks for your help.
> Regards,
> Vijay
> 
> -- 
> 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/c65e4cef-0442-49db-bbd7-25604c7ea342%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
> 

-- 
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/607F6E81-7CAA-43D8-91B1-0872547114C7%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins all changes number

2016-10-11 Thread Axl Kersillian
correction.. 
Greetings, 

I'm new here and I'd like to ask if you guys have encounter about this. If 
I click all changes (number), it shows random number and letter. and if I 
click recent changes (number2), it show normal number.

is these normal? or not? if not, how can i change it to numbers like recent 
changes

-- 
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/f631b6c9-341d-4bd0-8ba2-0b45b90dc7f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins all changes number

2016-10-11 Thread Axl Kersillian
sorry wrong info

I'm new here and I'd like to ask if you guys have encounter about this. If 
I click all changes (number), it shows random number and letter. and if I 
click recent changes (number2), it show normal number.

is these normal? or not? if not, how can i change it to numbers like recent 
changes

-- 
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/0bdb5f4e-14e7-4a73-b12d-a75ce2ebb2e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Accessing Jenkins global property in Extensible Choice using System Groovy Choice Parameter -> Groovy System Script

2016-10-11 Thread 'Gerd Aschemann' via Jenkins Users
We had a similar problem and solved it wrt. 
https://groups.google.com/forum/#%21topic/jenkinsci-users/KgCGuDmED1Q with 
the following dynamic parameter script

import jenkins.*
import jenkins.model.*
import hudson.*
import hudson.model.*

nodes = Jenkins.getInstance().getGlobalNodeProperties()
nodes.getAll(hudson.slaves.EnvironmentVariablesNodeProperty.class)

if ( nodes.size() != 1 ) {
  throw new RuntimeException ("error: unexpected number of environment 
variable containers: ${nodes.size()}, expected 1!")
}
envVars= nodes.get(0).getEnvVars()
envVars.get("CONFIG_REPO_ADDONS_VERSION")

On Wednesday, April 22, 2015 at 9:14:54 AM UTC+2, zacky azoulay wrote:
>
> Hi
>
> At this moment I defined a environment variable called TEST1 with the 
> value 'myvalue' under Manage Jenkins -> Configure System -> Global 
> Properties. I have a groovy script when a project is being build containing
>
> def env = System.getenv()
> println(env['TEST1'])
> println(env['USER'])
>
> i got 
>
> myvalue
> lroot
>
> while in the Extensible Choice -> System Groovy Choice Parameter -> Groovy 
> System Script i run the same scripts but i got only lroot
>
> is there a way to get the environment variable in the extensible-choice 
> like jenkins user hudson.model.User.current() or 
>   hudson.model.Hudson.instance.getAuthentication().getName()
>
> thank and regards zacky
>

-- 
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/84e7f218-de8b-4260-8f17-8ebe4973ce16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins all changes number

2016-10-11 Thread Axl Kersillian
Greetings, 

I'm new here and I'd like to ask if you guys have encounter about this. If 
I click all changes (number2), it shows random number and letter. and if I 
click recent changes (number), it show normal number.

is these normal? or not? if not, how can i change it to numbers like recent 
changes

-- 
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/5d050443-1be7-4a9d-a648-9e82cb538d5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: pipeline - read artifact into node?

2016-10-11 Thread Sverre Moe
Stash it
stash includes: 'file.ext', name: 'file'

Then later do unstash 'file'

mandag 10. oktober 2016 20.11.39 UTC+2 skrev Jonathan Hodgson følgende:
>
> Hi,
>
> My pipelne starts with code on the master that creates a file, which I 
> artifact.
>
> I need ti use that file in nodes running on the slaves.
>
> How do I do that?
>

-- 
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/2ce7b57c-72fb-40cc-8443-bffbcf5f0ef8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.