-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It seems plugins are not always installed (updated) when putting them in plugins.txt.
Reproduce:
- Let
plugins.txtcontain onlymailer:1.15 - Use this script:
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
- Open http://localhost:8080/pluginManager/installed after each time new container is run.
- Expected result: Plugin
maileris in version1.15. - Actual result: Plugin
maileris sometimes version1.11(original version) and sometimes1.15fromplugins.txtoverride.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels