Jenkins package signature apk
1. Start the jenkins service:
Java-jar jenkins.war
The following prompt indicates that the startup is successful:
2. Adjust the memory:
Java-Xms1024m-Xmx2048m-XX:PermSize=512M-jar jenkins.war-httpPort=18080-ajp13Port=18009
Adjust the memory allocated to jenkins according to the size of the machine memory: 1G-2G (if the machine memory is 8G), change the port to 18080
3. Open the browser to visit: localhost:18080, and see the following interface indicating that the startup is successful.
4. Let's start to create the first task: