0

我想在 jenkins 管道中显示 .html 链接的最后一行和 echo 当单击该链接时,想在浏览器中显示 .html 文件。我开始使用jenkins并且不太了解......请有人帮助我

我尝试以下方法,但是当单击该链接时没有显示

node {
    stage('deploy') {
        bat "C:\\Work\\test\\test1\\sample.bat"
    }
    stage('html Link') {
        dir ("C:\\Work\\test\\test1\\report") {
            echo "file:///C:/Work/test/test1/report/report.html"
        }
    }
    
}

4

0 回答 0