I can not understand this behavior. In Exec command: cd test / build-38 / project && ls && echo $ M2 && mvn -v
This command does the following: 1 - cd test / build-38 / project (in this directory on the remote server) 2 - ls (list the remote server content) 3 - echo $ 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 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/24f4e71d-fba0-468d-8047-44d6f4c48225%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
