Everytime I need to upgrade jenkins when restart docker container

2019-01-10 Thread Charlie Cheng
Correct Helloļ¼š I use jenkins docker image to run the jenkins, but Everytime I stop and rm the docker container , next time when I start it again, I need upgrade jenkins, looks like below: *Dependency errors:* Some plugins could not be loaded due to unsatisfied dependencies. Fix these issues

Jenkins junit can't find the test report produce by gtest

2019-01-09 Thread Charlie Cheng
Hello, I want to known why the Junit can't find the gtest report. everytime I check the directory, and I am sure that the gtest report is exist, below is my Jenkinsfile: stage('Test') { steps { sh 'echo mkdir dir output' sh 'mkdir -p ${WORKSPACE