An interactive process is when you as a person connect to it rather than an system process (like Jenkins).
For instance one of the .bashrc files on one of my systems has this has its first thing: # If not running interactively, don't do anything case $- in *i*) ;; *) return;; esac (There are other variants of doing the similar thing that I've seen in other .bashrcs) Hope that helps Richard. On Thu, 30 Apr 2015 at 02:45 Erick Macedo <erickfmac...@gmail.com> wrote: > 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 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 jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/d9b2b970-5fed-4df9-8f6c-dfa10e3489e7%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/d9b2b970-5fed-4df9-8f6c-dfa10e3489e7%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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/CAMui945NYn3%3D6ZpDhimDZm9_c-AsSLwQ3FHfdeyChCOZ4RBA-A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.