简体   繁体   中英

In Jenkins, what does the “Publish to Subversion repository” in Add post-build action dropdown do?

I am new to Jenkins.

I have a project in GIT. and I have configured it in Jenkins. The same project also exists in a svn repo.

I want to know... In Jenkins, what does the " Publish to Subversion repository " in Add post-build action drop-down do ?

Will it check-in the code to SVN when it detects a check-in GIT ?

I found the answer...

https://wiki.jenkins-ci.org/display/JENKINS/SVN+Publisher

It says that the Publish to svn repository plugin allows you to upload artifacts to a subversion repository.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM