We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo apt update sudo apt-get -y install openjdk-11-jdk java -version
curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee \ /usr/share/keyrings/jenkins-keyring.asc > /dev/null echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \ https://pkg.jenkins.io/debian-stable binary/ | sudo tee \ /etc/apt/sources.list.d/jenkins.list > /dev/null sudo apt-get update sudo apt-get install jenkins sudo systemctl enable jenkins sudo systemctl start jenkins jenkins --version
sudo service jenkins stop
vi /usr/lib/systemd/system/jenkins.service
Environment="JENKINS_PORT=17174"
systemctl daemon-reload
sudo service jenkins start
netstat -tunlp
Git Parameter
gitlab
mailer
Qy Wechat Notification Plugin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
下载
安装java
安装jenkins
修改默认端口
sudo service jenkins stop
vi /usr/lib/systemd/system/jenkins.service
Environment="JENKINS_PORT=17174"
systemctl daemon-reload
sudo service jenkins start
查看占用端口
netstat -tunlp
一些插件
Git Parameter
gitlab
mailer
Qy Wechat Notification Plugin
流水线
The text was updated successfully, but these errors were encountered: