Skip to content

Commit cb2d0c7

Browse files
committed
MCU8MASS-3338 Use version 1.6.0 of deployment tool
1 parent 0747bfc commit cb2d0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfilek8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
// Clone the deploy tool
9898
stage('GitHub-Setup') {
9999
steps {
100-
sh "git clone ${env.DEPLOY_TOOL_URL}"
100+
sh "git clone --branch 1.6.0 ${env.DEPLOY_TOOL_URL}"
101101
sh "pip3 install PyGithub atlassian-python-api jsonschema packaging lxml"
102102
}
103103
}

0 commit comments

Comments
 (0)