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 b8ae066 commit d97be65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,9 @@ pipeline {
env.MAVEN_MIRROR="https://maven.aliyun.com/repository/public"
env.APK_MIRROR="mirrors.tuna.tsinghua.edu.cn"

echo "All env: ${env}"

for (def key in env.keySet()) {
echo "${key}: ${env[key]}"
}
}
}
}
Expand Down

0 comments on commit d97be65

Please sign in to comment.