Jenkins 中的字符串参数不起作用
The string parameter in Jenkins don't work
当我在 Jenkins 中配置字符串参数然后从执行 shell 构建步骤调用此参数时,它似乎没有考虑此参数,因为在日志中没有任何内容出现(黄色箭头指向的位置) ):
看起来应该在 Windows 和 Linux 中使用不同的语法调用参数。
您可以尝试 --baseurl = %link84%
换 Windows 和 --baseurl = ${link84}
换 Linux。
来源:
How to add String parameter to Jenkins with optional checkbox
当我在 Jenkins 中配置字符串参数然后从执行 shell 构建步骤调用此参数时,它似乎没有考虑此参数,因为在日志中没有任何内容出现(黄色箭头指向的位置) ):
看起来应该在 Windows 和 Linux 中使用不同的语法调用参数。
您可以尝试 --baseurl = %link84%
换 Windows 和 --baseurl = ${link84}
换 Linux。
来源: How to add String parameter to Jenkins with optional checkbox