Skip to content

Commit

Permalink
Change in comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak committed May 6, 2024
1 parent 950271e commit d72b2e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jobs/bump-jenkins-plugins.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit d72b2e8

Please sign in to comment.