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:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -40,7 +40,8 @@ pipeline {
|
||||
stage('Build timeline-frontend dist') {
|
||||
steps {
|
||||
script {
|
||||
def workspace = $(pwd)
|
||||
def workspace = sh(script: "pwd", returnStdout: true).trim()
|
||||
|
||||
echo "当前工作空间路径: ${workspace}"
|
||||
|
||||
// 确保路径正确
|
||||
|
||||
Reference in New Issue
Block a user