Jenkins | Trigger a build using SVN tag -parameterized build -
i have project configured on jenkins(windows machine). request build using tags every day, using parametrized build option select specific tag repository. passing parameter svn repository url code checkout, not accepting it. have configured: list subversion tags
name: svntag
repositroy url : http://svn.book.com/tags/myprofile
source code management
subversion
repositroy url : http://svn.book.com/tags/myprofile/%svntag%
but giving error : "tags/myprofile/%svntag%" doesn't exist in repository.
can 1 , correct way pass parameter.
you while on job configuration page? that's not error, that's warning, @ time has no idea value of svntag
is.
you can ignore that, , job still run fine.
but should go jenkins global configuration (/configure
), search subversion section, , check mark validate repository urls first variable name
Comments
Post a Comment