We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e4365 commit ddd78b6Copy full SHA for ddd78b6
vars/uploadPackages.groovy
@@ -37,7 +37,7 @@ def call(String repoDistribution, String repoModule, Boolean setupPromotion = fa
37
returnStdout: true
38
).trim()
39
40
- if (status != "200") {
+ if (status != "201") {
41
error("Returned status code = $status")
42
}
43
0 commit comments