Skip to content
New issue

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

[Enhancement]: The jenkins part should download the jenkins.war matching the snap version #80

Closed
ThyMYthOS opened this issue Apr 9, 2024 · 1 comment

Comments

@ThyMYthOS
Copy link

What changes would you like?

This line always downloads the latest jenkins.war:

curl -sLO http://mirrors.jenkins.io/war/latest/jenkins.war

The URL should be https://github.com/jenkinsci/jenkins/releases/download/jenkins-$SNAPCRAFT_PROJECT_VERSION/jenkins.war

Any extra information?

No response

@kz6fittycent
Copy link
Contributor

Hi,

Thanks for reaching out. If you'll take a look at the GitHub action we're using, you'll see the logic in why we're doing it this way, which works quite well.

For now, we'll keep it the way it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants