linux - how to configure Jenkins on Unix and deployment in a remote machine windows -


i have issue jenkins.i used freestyle project not maven project because it's nodejs project.

the workflow below :

  1. jenkins trigger gitlab acceptation merge event.
  2. jenkins execute build testing integration.
  3. execute shell command (linux) in actual linux os.
  4. jenkins deploy project after test success remote windows machine.

so want how deploy remote windows machine

jenkins , git in same machine (linux). , deployment in remote machine windows.

you can plan use deployment automation solution xebialabs xl deploy/ibm udeploy/ca nolio specialised products take care of lot of use cases related deployment out of box , not have create scripted solution in jenkins.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -