二丫讲梵(每周更新自己喜欢的项目)

Automatically and elegantly build Releases for projects with GitHub Actions

Original link: https://wiki.eryajf.net/pages/f3e878/ Projects based on git management, usually in addition to branch management, also manage the code through tags, especially like the go language, go mod relies on tags to manage the version of the project, so reasonable version management, for the project development will also be an incentive to be healthier. There is […]

Automatically and elegantly build Releases for projects with GitHub Actions Read More »

Leverage GitHub Actions to automatically add a list of project contributors to the README

Original link: https://wiki.eryajf.net/pages/2cb154/ When more and more people join and collaborate on the projects we are responsible for, adding contributors to README is a good incentive. Many large projects also do this. This article will talk about how to Automatically add a list of project contributors to the README with Github Actions. This article is

Leverage GitHub Actions to automatically add a list of project contributors to the README Read More »

Best practice exploration of Jenkins based on Share Library

Original link: https://wiki.eryajf.net/pages/fa2478/ There are three realms of life in the ancient academic summary. In my opinion, there are three stages of using Jenkins to access, which is what every operation and maintenance personnel must go through to apply Jenkins. This article is reproduced from: https://wiki.eryajf.net/pages/fa2478/ This site is for inclusion only, and the copyright

Best practice exploration of Jenkins based on Share Library Read More »

Executing shell on Debian system reports unexpected operator error

Original link: https://wiki.eryajf.net/pages/e0fcff/ The new Jenkins test environment is built through docker, and the base image of the official image uses the Debian system. When some shell steps are executed, the following error will always be reported This article is reproduced from: https://wiki.eryajf.net/pages/e0fcff/ This site is for inclusion only, and the copyright belongs to the

Executing shell on Debian system reports unexpected operator error Read More »