Hi, The user I am connecting is the correct user, not root.
Are you referring to .bashrc the right remote machine? Is remote machine is a Ubuntu and the .bashrc is so. # JAVA export JAVA_HOME = / usr / lib / jvm / java-8-oracle # MAVEN export MAVEN_HOME = / usr / local / apache-maven-3.2.5 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, 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 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 command" I include the command "ifconfig" and the same printed > data from the remote machine. > > However, when performing the command echo $ M2_HOME or echo $ PATH in the > "Exec command" he printed the local machine where the information jenkins > is the created, not the remote machine. > > Something very strange. > > Someone could help me? > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/d92784d9-0141-4ef1-a240-8570c627e302%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
