0

I have to implement Code Scan tool in CI/CD pipeline in AWS. I have an EC2 Windows Instance.

I checked few tutorials and found some plugins with Jenkins but these all samples are in Linux.

I want to know how to install Jenkins or any other alternative in EC2 Windowsand which code scan tool to use in this environment?

RKh
  • 13,818
  • 46
  • 152
  • 265

1 Answers1

0

You can follow How to Install Jenkins on Windows tutorial to see how you can use Jenkins on windows.

Alternative to Jenkins is Atlassian Bamboo which is widely used as well for CI/CD

Some of the widely used code scan tools are

Arafat Nalkhande
  • 11,078
  • 9
  • 39
  • 63
  • Installing Jenkins on Windows is OK. That I can install. But how to install on AWS EC2 Windows instance? Can it be installed using python command line in Windows Server? – RKh Oct 21 '18 at 06:42
  • You can install Jenkins on AWS EC2 Windows instance just like you would on your Windows desktop – Arafat Nalkhande Oct 21 '18 at 06:57
  • Just make sure that the instance has proper internet connectivity so that you can download the installer – Arafat Nalkhande Oct 21 '18 at 06:59
  • But on Windows EC2 instance, I am neither able to download Setup nor able to execute it. – RKh Oct 21 '18 at 14:04
  • That would be your your EC2 security groups might not be showing it or your EC2 might be in private subnet... Make sure that either your EC2 is in public subnet or if it is in private subnet then your have a NAT available to the subnet – Arafat Nalkhande Oct 22 '18 at 01:10