Jenkins build
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
Some checks failed
test/timeline-frontend/pipeline/head There was a failure building this commit
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -40,6 +40,7 @@ pipeline {
|
||||
stage('Build timeline-frontend dist') {
|
||||
steps {
|
||||
script {
|
||||
sh "pwd && ls"
|
||||
// 使用 Docker 运行 Node.js 环境
|
||||
sh '''
|
||||
docker run -v $PWD:/app -w /app node:18-alpine sh -c "
|
||||
|
||||
Reference in New Issue
Block a user