We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems plugins are not always installed (updated) when putting them in plugins.txt.
plugins.txt
Reproduce:
mailer:1.15
set -e n=jenkins-test docker build -t cantara/jenkins . while true; do docker stop $n || true docker rm $n || true docker rm jenkins-data || true sleep 10 docker create -v /var/jenkins_home --name jenkins-data cantara/jenkins docker run -d -p 8080:8080 --volumes-from jenkins-data --name $n cantara/jenkins sleep 40 done
mailer
1.15
1.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems plugins are not always installed (updated) when putting them in
plugins.txt
.Reproduce:
plugins.txt
contain onlymailer:1.15
mailer
is in version1.15
.mailer
is sometimes version1.11
(original version) and sometimes1.15
fromplugins.txt
override.The text was updated successfully, but these errors were encountered: