snapcrafters / jenkins

A community-maintained package to easily install Jenkins on Linux
https://snapcraft.io/jenkins
13 stars 8 forks source link

Call for testing `jenkins` #108

Closed github-actions[bot] closed 3 months ago

github-actions[bot] commented 3 months ago

A new version (2.462.1) of jenkins was just pushed to the lts/candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd644719
arm644720
armhf4721

Automated testing

If configured, the snap will be installed in a VM, and any test results or screenshots will be posted to this issue as a comment shortly.

How to test it manually

  1. Stop the application if it was already running
  2. Upgrade to this version by running
snap refresh jenkins --channel lts/candidate
  1. Start the app and test it out.
  2. Finally, add a comment below explaining whether this app is working, and include the output of the following command.
snap version; lscpu | grep Architecture; snap info jenkins | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] lts/candidate [done].

For example

  • To promote a single revision, run /promote <rev> lts/candidate
  • To promote multiple revisions, run /promote <rev>,<rev> lts/candidate
  • To promote a revision and close the issue, run /promote <rev>,<rev> lts/candidate done

You can promote all revisions that were just built with:

/promote 4719,4720,4721 lts/candidate done
kz6fittycent commented 3 months ago

/promote 4719,4720,4721 lts/candidate done