Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts.html




Installation on VM1(Jenkins Slave)

...

sudo yum install -y java-1.8.0-openjdk-devel



Installation on VM2(Jenkins Master)

Jenkins is a Java application, so the first step is to install Java. Run the following command to install the OpenJDK 8 package:

...