Jenkins(not local jenkins) with newman

My question: Combination? Integration Jenkins(not Local(my own PC) Jenkins) with Newman

Details (like screenshots):
Hellow, First I wanna explain my configurations.
I have a local PC. and I connect the ‘Windows Server’ using ‘Remote Desctop’ at local PC.
Windows Server have a ‘agent.jar’. that jar file connect jenkins and Windows Server. So When I click the ‘build now’ in Jenkins, then Test file played at Windows server.
Now, I wanna play the ‘API Test file’ with Jenkins and Windows Server.
So I setup newman, npm, Node.js at Windows Server.
And I create the project in Jenkins.> write the Windows commandline in ‘Build’ tap.> click the ‘Build now’ . > fail> error message is “’“node”’ is not recognized as an internal or external command,
operable program or batch file.”

Replyed ‘node’ in error message is not equal the ‘Node.js (Download | Node.js)’??

Error message’s ‘node’ is that 'Jenkins plugin ‘node’(https://plugins.jenkins.io/nodejs/) '?

How can I fix this problem?
Please help me :thinking: :worried: :cold_sweat: :sob:

How I found the problem:

I’ve already tried: