Skip to content
代码片段 群组 项目
提交 b4f72565 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

Resort the build steps a bit.

上级 cf69424a
No related branches found
No related tags found
无相关合并请求
......@@ -63,15 +63,15 @@ pipeline
}
}
}
}
}
stage('Generate HTML documentation')
{
steps
{
script
stage('Generate HTML documentation')
{
sh 'npm run doc'
steps
{
script
{
sh 'npm run doc'
}
}
}
}
}
......@@ -85,24 +85,24 @@ pipeline
}
}
}
stage('Unit test execution')
stage('ESLint execution')
{
steps
{
script
{
// Temporarily comment this out: sh 'rm -rf ~/.zap'
sh 'npm run test'
sh 'npm run lint'
}
}
}
stage('ESLint execution')
stage('Unit test execution')
{
steps
{
script
{
sh 'npm run lint'
// Temporarily comment this out: sh 'rm -rf ~/.zap'
sh 'npm run test'
}
}
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册