We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dc87c commit 71a1a3fCopy full SHA for 71a1a3f
vars/runJenkinsPipeline.groovy
@@ -53,6 +53,7 @@ def call(){
53
UV_TOOL_DIR='/tmp/uvtools'
54
UV_PYTHON_INSTALL_DIR='/tmp/uvpython'
55
UV_CACHE_DIR='/tmp/uvcache'
56
+ UV_FROZEN=1
57
}
58
steps {
59
sh (
@@ -103,6 +104,7 @@ def call(){
103
104
105
106
107
108
109
stages{
110
stage('Setup Testing Environment'){
0 commit comments