Deploy in Wildfly using Jenkins

2015-04-24 Thread Erick Macedo
e managed to do this and can help me? thank you Erick Macedo -- 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...@googl

Doubts about Publish Over SSH Plugin

2015-04-24 Thread Erick Macedo
Hi, Publish plugin installed SSH in jenkins to perform deploy the artifacts generated by the maven on a linux server with wildfly. In SSH Server Name added the server and test the connection is ok. The problem is in session with field Transfers Source files, these files are as to which path? t

Re: Doubts about Publish Over SSH Plugin

2015-04-27 Thread Erick Macedo
First thanks for the help Richard As I have two jobs one to build and another to deploy, I should use the plugin "Copy Artifacts plugin" to get the war of workspace "build" and transfer to the workspace "deploy"? graciously Erick Macedo Em sexta-feira, 24 de abril

Re: Doubts about Publish Over SSH Plugin

2015-04-27 Thread Erick Macedo
Hi, I configured this way and it worked, Another question, as you usually split between the build environment (Stage, test, production)? Create a build for each environment? or a single build and different parameters? Em sexta-feira, 24 de abril de 2015 17:55:21 UTC-3, Erick Macedo escreveu

Run tests on another machine

2015-04-28 Thread Erick Macedo
Hii, I have a build running on jenkins and I'm using maven. I wonder how I could run my screen test on a different machine that is the jenkins, the bamboo that is setting up a possible agent. I need this configuration because the machine that is the jenkins is a CentOS without graphics, and my

Re: Run tests on another machine

2015-04-28 Thread Erick Macedo
de abril de 2015 08:37:30 UTC-3, Erick Macedo escreveu: > > Hii, > > I have a build running on jenkins and I'm using maven. > I wonder how I could run my screen test on a different machine that is the > jenkins, the bamboo that is setting up a possible agent. > > I need thi

Re: Run tests on another machine

2015-04-28 Thread Erick Macedo
installed jenkins, right? To work with Jenkins (Master and Slave) And in my case I just wanted to run the test on another server and get the return Em terça-feira, 28 de abril de 2015 08:37:30 UTC-3, Erick Macedo escreveu: > > Hii, > > I have a build running on jenkins and I'm using

Re: Run tests on another machine

2015-04-28 Thread Erick Macedo
the problem, perhaps a limitation of the plugin? thank you Em terça-feira, 28 de abril de 2015 08:37:30 UTC-3, Erick Macedo escreveu: > > Hii, > > I have a build running on jenkins and I'm using maven. > I wonder how I could run my screen test on a different machine that is

Bug Publish over SSH

2015-04-28 Thread Erick Macedo
Hi, I'm using the plugin Publish over SSH to run a remote command maven on a linux machine with properly configured maven. However when running mvn command is generated an error "bash: mvn: command not found". The plugin is properly connecting the remote machine, as for testing in the "Exec c

Re: Bug Publish over SSH

2015-04-28 Thread Erick Macedo
$ M2 (Prints $ M2 LOCAL server, where the jenkins is the created) 4 - mvn -v (bash: mvn: command not found, here is also strange because mvn -v works both on the local server, and the remote) Em terça-feira, 28 de abril de 2015 16:25:21 UTC-3, Erick Macedo escreveu: > > Hi, > > I'm u

Re: Bug Publish over SSH

2015-04-28 Thread Erick Macedo
export M2_HOME = / usr / local / apache-maven-3.2.5 export M2 = $ M2_HOME / bin export PATH = $ M2: $ PATH A very strange thing is that when I run the echo $ PATH in the "Exec command" it prints the variables of the local machine. Em terça-feira, 28 de abril de 2015 16:25:21 UTC-3, Er

Re: Bug Publish over SSH

2015-04-29 Thread Erick Macedo
rstand that the problem is not in the plugins Em terça-feira, 28 de abril de 2015 16:25:21 UTC-3, Erick Macedo escreveu: > > Hi, > > I'm using the plugin Publish over SSH to run a remote command maven on a > linux machine with properly configured maven. > > However w

Re: Bug Publish over SSH

2015-04-29 Thread Erick Macedo
Hi Richard, What would this interactive process, could exemplify? obrigaod Em terça-feira, 28 de abril de 2015 16:25:21 UTC-3, Erick Macedo escreveu: > > Hi, > > I'm using the plugin Publish over SSH to run a remote command maven on a > linux machine with prope

Configure "Publish over SSH" plugin to run on Windowns

2015-05-26 Thread Erick Macedo
Hi, First I want to thank everyone who helped me in a previous post. I am using the plugin "Publish over SSH" Linux for Linux operation is perfect. Now I have a Linux machine where it is installed jenkins and Windowns machine where I installed a SSH server, "openssh" via the terminal connecti

How to jenkins interact with tests carried out with Karma via ssh

2015-05-28 Thread Erick Macedo
hi, After much difficulty I can carry out the project for a transfer windowns server via ssh and run the grunt test. Now my problem is the implementation of these test, the grunt performs functional tests with karma and stores it in an xml, the jenkins displays the result on the console. But

How to Break build if the test with karma and protractor fail on the remote server.

2015-05-28 Thread Erick Macedo
Hi How to Break build if the test with karma and protractor fail on the remote server. I am running my test via ssh with the plugin "Publish over SSH" and Exec command field: cd / cygdrive / c / jenkins / project-sale-mobile / deliver-main / build / sell-mobile / node_modules / grunt-cli / bi

Re: How to Break build if the test with karma and protractor fail on the remote server.

2015-05-29 Thread Erick Macedo
The data from these tests are stored in xml, if anyone knows of any plugin that retrieves this xml file on the remote server (via ssh for example), and interpret this data during the build would help a lot. Tkss Em quinta-feira, 28 de maio de 2015 18:36:36 UTC-3, Erick Macedo escreveu: > &

Problem with CIFS file transfer plugin

2015-06-08 Thread Erick Macedo
HI, I'm using CIFS plugin for transferiar some file to a Windowns machine. Transfer Set Source files: build / sell-mobile / ** Remote directory: sale-mobile However it returns the following error CIFS: Connecting from host [web.vendamobile] CIFS: Connecting with configuration [Machine Test - [

Skip resolution parameter of the ssh session on the plugin "Publish over SSH"?

2015-06-15 Thread Erick Macedo
Hi, Personal anyone know how to pass a parameter to set the ssh session resolution in the plugin "Publish over SSH"? thank you -- 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,

[Publish over SSH] - I need help to set the screen resolution

2015-06-15 Thread Erick Macedo
Hi I need help to set the screen resolution when I plug in a windowns machine (Cygwin) via ssh using the "Publish over SSH" plugin. For this machine I run some test with selenium where it generates error due to screen resolution. Tkss -- You received this message because you are subscribed t

As I pass the -v parameter Y using the plugin "[Publish over SSH]"

2015-06-15 Thread Erick Macedo
hi, I need to connect to a machine with this command "Ssh -v -Y root@10.10.20.57" As I pass the -v parameter Y using the plugin "[Publish over SSH]" tks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: As I pass the -v parameter Y using the plugin "[Publish over SSH]"

2015-06-16 Thread Erick Macedo
any idea is welcome Em segunda-feira, 15 de junho de 2015 16:10:30 UTC-3, Erick Macedo escreveu: > > hi, > > I need to connect to a machine with this command > "Ssh -v -Y root@10.10.20.57" > > As I pass the -v parameter Y using the plugin "[Publish over SS

How to perform remote testing using jenkins and (selenium/protactor/grunt) ?

2015-06-16 Thread Erick Macedo
hi, I have an application running on a server Windowns, is a javascript application controlled by grunt, I need to run some test protactor and selenium using the grunt test command. I tried to do this via ssh, that works, but ssh limited screen resolution and ultimately hurts the test. I wond

Is there any plugin for ssh jenkins allowing pass a parameter in the connection.

2015-06-16 Thread Erick Macedo
Hi, Is there any plugin for ssh jenkins allowing pass a parameter in the connection. For example, "ssh username @ hostname Y" want to spend the Y, It seems something as simple and jenkins does not allow this ?? tks -- You received this message because you are subscribed to the Google Groups

Re: How to perform remote testing using jenkins and (selenium/protactor/grunt) ?

2015-06-16 Thread Erick Macedo
Any kind of help is welcome Em terça-feira, 16 de junho de 2015 15:41:15 UTC-3, Erick Macedo escreveu: > > hi, > > I have an application running on a server Windowns, is a javascript > application controlled by grunt, I need to run some test protactor and > selenium us

Re: Is there any plugin for ssh jenkins allowing pass a parameter in the connection.

2015-06-17 Thread Erick Macedo
? Em terça-feira, 16 de junho de 2015 18:48:50 UTC-3, Erick Macedo escreveu: > > Hi, > > Is there any plugin for ssh jenkins allowing pass a parameter in the > connection. > > For example, "ssh username @ hostname Y" want to spend the Y, > > It seems som

Perform testing (protactor / selenium) with jenkins with 1024x768 resolution

2015-06-18 Thread Erick Macedo
Hi, I'm working on an integration project continues using jenkins . I have installed Jenkins and cofigurado properly on a Windowns machine and run a command "grunt test" that performs a test suite with protactor and selenium

Re: Perform testing (protactor / selenium) with jenkins with 1024x768 resolution

2015-06-20 Thread Erick Macedo
still can not make this work Em quinta-feira, 18 de junho de 2015 17:21:20 UTC-3, Erick Macedo escreveu: > > Hi, > > I'm working on an integration project continues using jenkins > <http://jenkins-ci.org/>. > I have installed Jenkins and cofigurado properly on a

Re: Perform testing (protactor / selenium) with jenkins with 1024x768 resolution

2015-06-24 Thread Erick Macedo
=/ Em quinta-feira, 18 de junho de 2015 17:21:20 UTC-3, Erick Macedo escreveu: > > Hi, > > I'm working on an integration project continues using jenkins > <http://jenkins-ci.org/>. > I have installed Jenkins and cofigurado properly on a Windowns machine and >