Re: Manual abort - capture reason for abort

2013-06-13 Thread Irfan Sayed
nice to have this feature let us know if there is any regards On Thu, Jun 13, 2013 at 1:09 PM, Pawel Jasinski wrote: > hi, > > is there a way to capture a reason for manual build abort? > Let's say user presses [x] to stop an ongoing build, she is prompted in > the similar way to Node Disconne

jenkins hadoop plugin issue

2013-07-15 Thread Irfan Sayed
hi, greetings !!! i am using jenkins version 1.512 and on top of that i have deployed hadoop plugin version : 1.4 when i install the plugin , installation went successful. i made the changes in hadoop-site.xml file as follows fs.default.name hdfs://10.211.161.71:9000/ mapred.job.tracker 10.

Re: jenkins hadoop plugin issue

2013-07-16 Thread Irfan Sayed
can someone please suggest i am stuck regards irfan On Tue, Jul 16, 2013 at 9:15 AM, Irfan Sayed wrote: > hi, > greetings !!! > > > i am using jenkins version 1.512 and on top of that i have deployed hadoop > plugin version : 1.4 > when i install the plugin , install

Re: jenkins hadoop plugin issue

2013-07-16 Thread Irfan Sayed
still waiting for reply please please suggest regards On Tue, Jul 16, 2013 at 9:09 PM, Irfan Sayed wrote: > can someone please suggest > i am stuck > > regards > irfan > > > > On Tue, Jul 16, 2013 at 9:15 AM, Irfan Sayed wrote: > >> hi, >> greetin

Re: jenkins hadoop plugin issue

2013-07-21 Thread Irfan Sayed
can someone please have a look on my request i haven't received any response yet regards irfan On Thu, Jul 18, 2013 at 12:04 PM, Irfan Sayed wrote: > hi KK, > > can you please help in this regard? > i am totally stuck due to this > > regards > irfan > > >

Re: Can we run parallel jobs in jenkins (i.e Functioanl test cases running aganist Dev builds)

2013-07-31 Thread Irfan Sayed
you can refer build flow plugin OR join plugin regards irfan On Thu, Aug 1, 2013 at 2:22 AM, Krishna Gundala wrote: > Hi All, > > I am having a two servers > > 1. Dev Server- deployes for every two hours > 2. Functional Server- Nightly deploy (yet to be implemented) > > My Functional suites r

deploy build artifacts to nexus

2013-09-24 Thread Irfan Sayed
hi, we are using open source nexus as maven internal repository management tool is there any Jenkins plugin which deploys the build artifacts to nexus once build is successful? i have seen the plugins like : artifactdeployer , copyartifact etc , but they don't deploy to nexus please suggest regar

Re: deploy build artifacts to nexus

2013-09-26 Thread Irfan Sayed
and pass > the url, repositoryId, groupId, artifactId, version, packaging, and file > properties. > > Will > > > On 09/25/13 11:21, Jeff wrote: > > Are you using Maven to build? If so configure your nexus repository in > your pom and run 'mvn deploy'. No spe

jelly based email template

2013-09-26 Thread Irfan Sayed
hi, i was learning the jelly based email template and found the html example on : https://github.com/jenkinsci/email-ext-plugin/blob/master/src/main/resources/hudson/plugins/emailext/templates/html.jelly i have doubt in JUnit section in that section , it is mentioned that : "${it.JUnitTestResult}

sloccount plugin

2013-11-14 Thread Irfan Sayed
hi, have anybody used the sloccount plugin.?? i have couple of doubts with which i am struggling please let me know regards irfan -- 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 i

Re: sloccount plugin

2013-11-14 Thread Irfan Sayed
sc/>* file , then jenkins throws follwoing exception at the end of build Started by user Irfan Sayed <http://10.211.161.71/user/irfan_sayed> [EnvInject] - Loading node environment variables. Building remotely on 10.211.162.150 <http://10.211.161.71/computer/10.211.162.150> in work

Re: sloccount plugin

2013-11-15 Thread Irfan Sayed
please suggest regards On Fri, Nov 15, 2013 at 6:17 AM, Irfan Sayed wrote: > thanks. > > i configured job for sloccount plugin. > my environment is windows and i configured Cygwin to run the sloccount > so there are two commands which i run to debug ... > > 1:

Re: sloccount plugin

2013-11-19 Thread Irfan Sayed
can someone please help/suggest regards irfan On Fri, Nov 15, 2013 at 10:19 PM, Daniel Beck wrote: > On 15.11.2013, at 17:40, "Kevin Fleming (BLOOMBERG/ 731 LEXIN)" < > kpflem...@bloomberg.net> wrote: > > > it's not clear whether there has been a new release of the sloccount > plugin that inc

build flow

2014-01-30 Thread Irfan Sayed
hi, i would like to build the set of jobs sequentially irrespective of their build result using build flow plugin , can i do like this ignore(FAILURE,SUCCESS,SKIPPED,ABORTED,UNSTABLE) { build( "abc" ) build( xyz" ) } idea is , whatever is the build result of "abc" job, xyz job should g

Re: build flow

2014-01-30 Thread Irfan Sayed
:14 AM, silver wrote: > ignore(FAILURE,SUCCESS,SKIPPED,ABORTED,UNSTABLE) { > build("abc") > } > ignore(FAILURE,SUCCESS,SKIPPED,ABORTED,UNSTABLE) { > build("xyz") > } > > On Jan 30, 2014, at 2:54 PM, Irfan Sayed wrote: > > hi, > > i wo

JNLP crash on slave

2014-02-10 Thread Irfan Sayed
hello, on one of my slave node which was connected through JNLP on command line with jenkins server. i got following crash report does someone know about this ? please suggest [ 0x] [ 0x8880] - 244 (0x14aae8e0) [00|

cobertura supports java 7?

2014-02-25 Thread Irfan Sayed
hi all, just wanted to know , does cobertura latest version supports java 7? regards irfan -- 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+uns

Re: email notifications have issues for Jenkins master in Amazon EC2 instance

2013-04-21 Thread Irfan Sayed
did u add smtp mail server address in global configuration ? regards On Sun, Apr 21, 2013 at 10:22 AM, rakhee Kulkarni wrote: > Hi, > > I have a Jenkins master spun up in Amazon EC2. The email notifications are > sending emails but the build job fails with following message: > > Sending e-mail

Re: email notifications have issues for Jenkins master in Amazon EC2 instance

2013-04-22 Thread Irfan Sayed
ion issues. > > On Mon, Apr 22, 2013 at 4:28 PM, rakhee Kulkarni wrote: > > Irfan, > I have the smtp server set. I can send emails, however I see some message after and the build fails. > Thanks, > Rakhee > > On Sunday, April 21, 2013 8:44:51 PM UTC-7, Irfan Sayed wrote:

unable to launch windows slave via ssh

2012-05-17 Thread Irfan Sayed
i wrote the expect script and now it is able to execute remote command however, when i am executing slave.jar file , it is throwing exception: $ /home/bvcontrolbuild/a.sh abc 10.0.5.4 "/home/Administrator/a.sh" spawn ssh Administrator@10.0.5.4 /home/Administrator/a.sh Administrator@10.0.5.4's pas

junit marks build as failed

2014-05-18 Thread Irfan Sayed
hi, if we add "publish junit results" as post build action in job and if there are no junit test results to be displayed for any specific instance of build then , build gets marked as failed this is sometime problematic , if we skip to execute the unit test cases for any particular instance of bu

Re: junit marks build as failed

2014-05-19 Thread Irfan Sayed
job definition. > > Mark Waite > On May 18, 2014 10:10 PM, "Irfan Sayed" wrote: > >> hi, >> >> if we add "publish junit results" as post build action in job and if >> there are no junit test results to be displayed for any specific instance >&

Re: junit marks build as failed

2014-05-19 Thread Irfan Sayed
sults and there are no current test results, the job should fail. I >> think that absence of expected test results is a worse failure mode than >> the failure of a few tests within a set of tests. >> >> Mark Waite >> >> >> On Mon, May 19, 2014 at 5:10 A

issue related to fitnesse plugin

2014-06-13 Thread Irfan Sayed
hi, i am using fitnesse jenkins plugin version 1.9 when i am executing test cases using plugin , then i am getting following exception in console log Connected: 200/OK java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.

Re: issue related to fitnesse plugin

2014-06-14 Thread Irfan Sayed
please suggest i am stuck regards On Sat, Jun 14, 2014 at 12:16 AM, Irfan Sayed wrote: > hi, > > i am using fitnesse jenkins plugin version 1.9 > when i am executing test cases using plugin , then i am getting following > exception in console log > &

Re: Jenkins App

2014-07-04 Thread Irfan Sayed
is this app for public jenkins url which are accessible publicly ? regards On Fri, Jul 4, 2014 at 1:53 PM, Herman De Vries wrote: > Hi all, > > We have developed a jenkins app > > to > monitor all jobs, builds,

docker URL in Jenkins

2015-10-30 Thread Irfan Sayed
Hi All, I have configured docker client and server on same VM I am running following docker command to start the docker daemon. *docker -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock -d &* now my query is, what docker URL i should provide if i want to connect to docke

Re: docker URL in Jenkins

2015-10-31 Thread Irfan Sayed
Please suggest. Regards Irfan On Fri, Oct 30, 2015 at 8:21 PM, Irfan Sayed wrote: > Hi All, > > I have configured docker client and server on same VM > I am running following docker command to start the docker daemon. > > *docker -H tcp://0.0.0.0:2375 <http://0.0.0.0:2

Re: Regarding docker : JENKINS-30113

2015-10-31 Thread Irfan Sayed
tever the variables/path set in docker file to be available > to the build script. But currently the variables are being overwritten with > the jenkins build environment variables, which seems to be incorrect. > > > On Tuesday, October 27, 2015 at 11:25:51 PM UTC-7, Irfan Sayed wrote: >

Fwd: Regarding docker : JENKINS-30113

2015-11-01 Thread Irfan Sayed
at 3:10 AM, Irfan Sayed wrote: > Hello, > > I tried using docker plugin. I have choose the option : Pull docker image > from repository > I have built the entire image and pushed it to private docker registry. > Using Jenkins job and i am able to pull the image. > > now my

Re: Regarding docker : JENKINS-30113

2015-11-01 Thread Irfan Sayed
A good way to test - don't start the container and use as if directly > signed in. Instead, start the container and SSH into it. If the vars were > missing then, correct the container config until they worked properly. > Then they should start working properly as a Jenkins slave

Re: Regarding docker : JENKINS-30113

2015-11-01 Thread Irfan Sayed
try 1.6.4 > > 2015-11-02 6:14 GMT+01:00 Irfan Sayed : > >> Thanks Jason. >> OK. let me in detail out all steps which i carried out. >> Created Dockerfile (PFA). >> Created Jenkins Job which will is connected to one UNIX box (using ssh >> port : 22) on which

Re: Regarding docker : JENKINS-30113

2015-11-02 Thread Irfan Sayed
Awesome !!! Thanks It worked with 1.6.4 Regards, Irfan On Mon, Nov 2, 2015 at 12:21 PM, Irfan Sayed wrote: > Thanks Nicolas. > Let me try 1.6.4 right away and explore > will update soon > > Regards > Irfan > > > On Mon, Nov 2, 2015 at 12:04 PM, nicola

Re: parallel view in the build pipeline plugin

2015-11-08 Thread Irfan Sayed
in the pipeline configuration page please let me know , how we can enable the full screen option I am using latest version of this plugin : 1.4.8 Regards Irfan On Sun, Nov 8, 2015 at 3:24 PM, Irfan Sayed wrote: > Hi, > > I have configured the build pipeline plugin to have the CI CD flo

Re: parallel view in the build pipeline plugin

2015-11-09 Thread Irfan Sayed
please suggest . I am stuck Regards Irfan On Sun, Nov 8, 2015 at 7:01 PM, Irfan Sayed wrote: > This has resolved. actually, in the "build other project" section, all the > jobs gets executed parallel > now another issue is , BuildView pipeline is not coming as full screen

plugin info

2016-02-12 Thread Irfan Sayed
Hello, I need to verify the build option "invoke top level maven targets" is from which Jenkins plugin? can someone please let me know the plugin name ? Regards -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

Re: plugin info

2016-02-13 Thread Irfan Sayed
:03 PM, Andrew Bayer wrote: > Assuming you're using a freestyle job, that's the Maven task in Jenkins > core. If you're using a Maven job, up that's the Maven plugin. > > > On Friday, February 12, 2016, Irfan Sayed wrote: > >> Hello, >> >> I

Re: plugin info

2016-02-14 Thread Irfan Sayed
please suggest. Regards, On Sat, Feb 13, 2016 at 9:25 PM, Irfan Sayed wrote: > Thanks. > I have written one plugin in which i have extended GlobalConfiguration. > The plugin works fine and i am able to add my plugin descriptor in the > global config. > however, now i need to ad

Re: plugin info

2016-02-15 Thread Irfan Sayed
please suggest. i am stuck really Regards Irfan On Mon, Feb 15, 2016 at 2:42 AM, Irfan Sayed wrote: > please suggest. > > Regards, > > > On Sat, Feb 13, 2016 at 9:25 PM, Irfan Sayed wrote: > >> Thanks. >> I have written one plugin in which i have extended G

Using chef/Jenkins to get the snapshot

2016-02-27 Thread Irfan Sayed
Hello, Is there any way wherein we can get the sanpshot of the box using the combination of Jenkins and chef. Using chef , we can control any config parameter deployed in the machine. Being Jenkins, a pioneer in the CI world, I hope there must be some way using these two technologies to get the sna

Re: Using chef/Jenkins to get the snapshot

2016-02-27 Thread Irfan Sayed
Please suggest Regards On Sat, Feb 27, 2016 at 10:29 PM, Irfan Sayed wrote: > Hello, > Is there any way wherein we can get the sanpshot of the box using the > combination of Jenkins and chef. Using chef , we can control any config > parameter deployed in the machine. Being Jenkin

Re: Using chef/Jenkins to get the snapshot

2016-02-28 Thread Irfan Sayed
Thanks. Investing on Docker will take some time as the infra is not ready yet. https://wiki.jenkins-ci.org/display/JENKINS/vSphere+Cloud+Plugin is this plugin is relevant to my requirement ? Regards On Sun, Feb 28, 2016 at 5:18 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > Dock

textbox in jellyscript

2016-03-14 Thread Irfan Sayed
Hello All, is there any way in jelly script to have a textbox and contents of the same can drag and drop as per need. for example, the list of IP addresses are there in text box and user should be able to drag and drop the IP addresses as per need. user should be able to change the order of IP add

Re: textbox in jellyscript

2016-03-14 Thread Irfan Sayed
please suggest On Mon, Mar 14, 2016 at 11:10 PM, Irfan Sayed wrote: > Hello All, > > is there any way in jelly script to have a textbox and contents of the > same can drag and drop as per need. > for example, the list of IP addresses are there in text box and user > should b

Re: textbox in jellyscript

2016-03-14 Thread Irfan Sayed
Ok Thanks much. let me jump there On Tue, Mar 15, 2016 at 11:19 AM, Richard Bywater wrote: > You might have more luck on the dev list > > Richard. > > On Tue, 15 Mar 2016 6:37 pm Irfan Sayed wrote: > >> please suggest >> >> On Mon, Mar 14, 2016 at 11:10 PM,

Re: Scheduled maintenance window April 15th - April 17th

2016-04-19 Thread Irfan Sayed
Hello, Is this done ? Please let me know as i was waiting for updates to be happen on the wiki pages. Regards On Mon, Apr 18, 2016 at 4:26 PM, Kanstantsin Shautsou < kanstantsin@gmail.com> wrote: > So you started migration on Friday? ;-)) > > > On Monday, April 18, 2016 at 7:18:47 AM UTC+3,

Re: Pipeline holds executor while waiting for Input

2016-06-09 Thread Irfan Sayed
Hi, Have you created some custom scripts which waits for some input to process further ? which holds the job from completing successfully and hence executor is not free. executor wont be free for next pipeline unless first one completes. Are you using rundeck ? for promotion workflow ? you can try

total list of Jenkins plugin

2018-10-01 Thread Irfan Sayed
Hello, do we have any consolidated list (just total count ) of Jenkins plugins (irrespective of open source OR cloudbees ) available today ? not pointing to any specific version but just asking in general regards, -- You received this message because you are subscribed to the Google Groups "Jen

Re: total list of Jenkins plugin

2018-10-02 Thread Irfan Sayed
thanks much On Tue, Oct 2, 2018 at 6:15 AM R. Tyler Croy wrote: > (replies inline) > > On Mon, 01 Oct 2018, Irfan Sayed wrote: > > > Hello, > > do we have any consolidated list (just total count ) of Jenkins plugins > > (irrespective of open source OR cloudbe

Re: P4 Plugin throws "Error occurred during the SSL handshake: invalid SSL session" Error

2016-07-19 Thread Irfan Sayed
you need to install the JCE and JRE with same version and have to be on the default path when p4 need them. as per the code of p4 plugin, these two need to be on the same version and registered. please make sure you have these. this will solve the issue Regards Irfan On Tue, Jul 19, 2016 at 5:5

peoplesoft and jenkins

2016-08-22 Thread Irfan Sayed
Hi, I know that we use AppDesigner to compile/build the people code. is there any way i can call/invoke the APPdesigner from jenkins to build the peoplcecode. I am looking for continuous integration for peoplesoft/peoplecode Regards -- You received this message because you are subscribed to the

Re: Integrating Jenkins with chef

2016-10-24 Thread Irfan Sayed
just check if this plugin can suffice your requirement https://wiki.jenkins-ci.org/display/JENKINS/Chef+Sinatra+Jenkins+Plugin Regards, On Tue, Oct 25, 2016 at 1:13 AM, Teichner Peter wrote: > Which plugin are you using? > > Get Outlook for Android > > > > On Mon, Oct

Re: Integrating Jenkins with chef

2016-10-25 Thread Irfan Sayed
if you want to execute the chef-client on the set of nodes which are fetched based on certain pattern of cookbook and recipe pattern, then chef sinatra plugin is the better choice. further, chef client runs in parallel on all these nodes so that you can save much time there. please let us know if

Re: Integrating Jenkins with chef

2016-11-04 Thread Irfan Sayed
d the connection it is showing >> as test connection is success. But here I am unable to fetch the nodes. I >> am attaching the screenshot which I have configured with sinatra plugin. >> Does anyone have any idea about this, suggest me Is this is correct or not >> >> >

Re: Integrating Jenkins with chef

2016-11-04 Thread Irfan Sayed
t 12:39 PM, Irfan Sayed wrote: > I am looking into it. > Regards, > > > On Wed, Nov 2, 2016 at 12:36 AM, Lavanya pujari < > pujarilavanya...@gmail.com> wrote: > >> >> >> On Tuesday, November 1, 2016 at 3:04:00 PM UTC-4, Lavanya pujari wrote: >>>

Re: Integrating Jenkins with chef

2016-11-06 Thread Irfan Sayed
lavanya, any update ? On Sat, Nov 5, 2016 at 12:12 AM, Irfan Sayed wrote: > can you confirm following: > >1. curl::default is really the "cookbook::recipe" pattern? >2. can you click on validate syntax button and check whether the >syntax is correct >

Re: Integrating Jenkins with chef

2016-11-07 Thread Irfan Sayed
, the nodes also assigned to that cook book only. > > > On Sunday, November 6, 2016 at 4:04:53 AM UTC-5, Irfan Sayed wrote: >> >> lavanya, >> any update ? >> >> On Sat, Nov 5, 2016 at 12:12 AM, Irfan Sayed wrote: >> >>> can you confirm following

Re: Integrating Jenkins with chef

2016-11-08 Thread Irfan Sayed
i need to reproduce this. is there any way to access this env. On Tue, Nov 8, 2016 at 6:45 PM, Lavanya pujari wrote: > yes Irfan I made the ssh authentication is done without password > > On Monday, November 7, 2016 at 1:36:04 PM UTC-5, Irfan Sayed wrote: >> >> can

Re: Integrating Jenkins with chef

2016-11-09 Thread Irfan Sayed
asswordless-login-using-ssh- > keygen-in-5-easy-steps/ > > > On Tuesday, November 8, 2016 at 11:10:37 AM UTC-5, Irfan Sayed wrote: >> >> i need to reproduce this. is there any way to access this env. >> >> On Tue, Nov 8, 2016 at 6:45 PM, Lavanya pujari >> wr

Re: Integrating Jenkins with chef

2016-11-10 Thread Irfan Sayed
Is there any way where i can access the environment ? I need some way to reproduce the issue. On Thursday, November 10, 2016, Lavanya pujari wrote: > No the issue wasn't solved..still trying If anyone knows please help me > > On Wednesday, November 9, 2016 at 11:41:40 PM UTC+5:3

Re: Integrating Jenkins with chef

2016-11-11 Thread Irfan Sayed
any update ? On Thu, Nov 10, 2016 at 9:58 PM, Irfan Sayed wrote: > Is there any way where i can access the environment ? > I need some way to reproduce the issue. > > > On Thursday, November 10, 2016, Lavanya pujari > wrote: > >> No the issue wasn't solved..sti

Re: Maven configuration in pipeline job

2017-02-01 Thread Irfan Sayed
Hi, Can you please bit elaborate , what exactly you are looking for ? may be some example ? On Wed, Feb 1, 2017 at 11:51 PM, Tejinder Kaur Gill < tejinder.gill1...@gmail.com> wrote: > Hi, > > I am creating a pipeline job with some maven configurations in it. I want > module view in it ,the same

Re: Jenkins-Testlink Integration:Not able to map multiple suites in testlink

2015-08-19 Thread Irfan Sayed
can you bit elaborate more on this ?? did you try running with giving package names?? On Thu, Aug 20, 2015 at 10:43 AM, manasi sattarkar < manasi.sattar...@gmail.com> wrote: > Hi, > > I have integrated Jenkins and Testlink with below specifications > Jenkins:1.624 > Testlink:1.9.13 > > I am able

regarding workflow plugin

2015-09-22 Thread Irfan Sayed
Hello, I am trying to get the working workflow plugin in jenkins instance to achive the CD model for one the web application. we are suing perforce as scm tool. The issue is , when i created the workflow job and choose the "p4 publish" option , then credentials are not getting populated in the dro

docker connectivity issue

2015-10-18 Thread Irfan Sayed
hi all, I am trying to provision the build containers dynamically using docker . i have installed jenkins master along with docker plugins . build slave is docker host and all are running on unix setup : centos : 6.5 here is my setup: Jenkins master : 1.633 cloudbees docker build and publish plu

Re: docker connectivity issue

2015-10-18 Thread Irfan Sayed
On Sun, Oct 18, 2015 at 11:31 PM, Richard Bywater wrote: > Have you specified the port 22 from that Docker URL or are the plug-ins > doing that as port 22 isn't right for Docker. > > Richard > > On Sun, 18 Oct 2015 11:22 pm Irfan Sayed wrote: > >> >> hi al

Re: docker connectivity issue

2015-10-18 Thread Irfan Sayed
OpenSSH_6.4". Are you trying to connect to a TLS-enabled daemon without TLS? regards On Sun, Oct 18, 2015 at 11:39 PM, Irfan Sayed wrote: > i have just ssh (using port 22) to connect to docker host which is nothing > but slave box > this is what i have done. > > i haven

Re: docker connectivity issue

2015-10-18 Thread Irfan Sayed
behavior for access to local > daemon. > docker plugins will work the same in such a setup, and you don't have to > set a docker host in your jenkins configuration but just let plugin access > local daemon. > > 2015-10-18 20:30 GMT+02:00 Irfan Sayed : > >> further upda

Re: docker connectivity issue

2015-10-18 Thread Irfan Sayed
update: on the build slave configuration , i have set the following variable: variable : DOCKER_HOST value : tcp://192.168.102.28:22 does it suffice ? Do i need to set DOCKER_TLS_VERIFY variable ? Regards On Mon, Oct 19, 2015 at 7:36 AM, Irfan Sayed wrote: > > thanks. > when i ssh

Re: docker connectivity issue

2015-10-19 Thread Irfan Sayed
Docker daemon listening on for > Docker API calls. > > Richard. > > On Mon, 19 Oct 2015 5:38 pm Irfan Sayed wrote: > >> update: >> on the build slave configuration , i have set the following variable: >> >> variable : DOCKER_HOST >> value : tcp://

Re: docker connectivity issue

2015-10-22 Thread Irfan Sayed
not getting setup. when i tried locally, using docker attach command to work on container, i am able to access mvn command please suggest Regards, Irfan On Tue, Oct 20, 2015 at 11:36 AM, Irfan Sayed wrote: > Thanks Nicolas and Richard for your valuable inputs > it's resolved.

Re: docker connectivity issue

2015-10-23 Thread Irfan Sayed
please find the attached dockerfile please suggest Regards irfan On Fri, Oct 23, 2015 at 10:11 AM, Irfan Sayed wrote: > Moved further and tried to build the docker image using dockerfile. > Jenkins job was able to fetch the dockerfile and build the image. > in the Jenkins job configu

Re: docker connectivity issue

2015-10-24 Thread Irfan Sayed
please suggest I did search but not able to find Regards Irfan On Fri, Oct 23, 2015 at 11:30 PM, Irfan Sayed wrote: > please find the attached dockerfile > please suggest > > Regards > irfan > > > On Fri, Oct 23, 2015 at 10:11 AM, Irfan Sayed > wrote: > >&

Re: docker connectivity issue

2015-10-25 Thread Irfan Sayed
please suggest. i tried attaching to docker container and executing system command like "java -version" and it works locally / manually but through Jenkins it is not ... I am not getting what configuration i am missing Regards irfan On Sat, Oct 24, 2015 at 2:01 PM, Irfan Sayed wrote:

Re: docker connectivity issue

2015-10-26 Thread Irfan Sayed
It's resolved... actually i did use the yum command and left everything on that to setup the PATH and all. Regards irfan On Sun, Oct 25, 2015 at 1:53 PM, Irfan Sayed wrote: > please suggest. > i tried attaching to docker container and executing system command like > "ja

Regarding docker : JENKINS-30113

2015-10-27 Thread Irfan Sayed
Hi All, I am using cloudbeese custom build environment plugin to create the build environment based on docket container I have created dockerfile and spawning image using container. In the docker file , i am installing oracle JDK and setting up path JAVA_HOME. However, after building docker image

Re: Regarding docker : JENKINS-30113

2015-10-28 Thread Irfan Sayed
-x86_64 u91-b00) OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode) i should get following output: java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_65-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode) Regards, irfan On Wed, Oct 28, 2015 a

Re: Regarding docker : JENKINS-30113

2015-10-28 Thread Irfan Sayed
tw, IIUC, you're expecting to find the same JDK version inside the > container and the one used to run Jenkins, which isn't something you can > expect too. > > My 2 cents > > 2015-10-28 9:21 GMT+01:00 Irfan Sayed : > >> Update: >> on the Jenkins job consol

Re: Regarding docker : JENKINS-30113

2015-10-28 Thread Irfan Sayed
ontainer and consequently, all the PreBuild plugins and Publisher plugins > work like they would on a normal slave. > > > On Tuesday, October 27, 2015 at 11:25:51 PM UTC-7, Irfan Sayed wrote: >> >> Hi All, >> >> I am using cloudbeese custom build environment pl