diff --git a/jobs/bump-jenkins-plugins.Jenkinsfile b/jobs/bump-jenkins-plugins.Jenkinsfile index 16368a626..318d2c406 100644 --- a/jobs/bump-jenkins-plugins.Jenkinsfile +++ b/jobs/bump-jenkins-plugins.Jenkinsfile @@ -1,5 +1,4 @@ -/* -bump-jenkins-job automates the process of checking for updates to Jenkins plugins, updating the plugin versions in a configuration file, +/* bump-jenkins-job automates the process of checking for updates to Jenkins plugins, updating the plugin versions in a configuration file, pushing the changes to a Git repository, and opening a pull request for review. Plugin Update Process: @@ -9,8 +8,7 @@ It iterates over each plugin, checks for updates and if a newer version is avail For each plugin, it fetches the latest version by querying a URL based on the Jenkins plugin repository structure. If an update is found, it modifies the plugins.txt file to reflect the new version. The updates in the plugins.txt file are committed and pushed to the pr_branch. -It also opens a pull request with the updated plugin versions. -*/ +It also opens a pull request with the updated plugin versions. */ repo = "coreos/fedora-coreos-pipeline" fork_repo = "coreosbot-releng/fedora-coreos-pipeline"