Skip to content

Commit

Permalink
perf: change debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Aug 5, 2024
1 parent d97be65 commit 002c531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ pipeline {
env.MAVEN_MIRROR="https://maven.aliyun.com/repository/public"
env.APK_MIRROR="mirrors.tuna.tsinghua.edu.cn"

for (def key in env.keySet()) {
echo "${key}: ${env[key]}"
env.each { key, value ->
println "${key} = ${value}"
}
}
}
Expand Down

0 comments on commit 002c531

Please sign in to comment.