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 6234c11 commit 9fb4582Copy full SHA for 9fb4582
dev-support/Jenkinsfile
@@ -55,7 +55,7 @@ pipeline {
55
environment {
56
YETUS='yetus'
57
// Branch or tag name. Yetus release tags are 'rel/X.Y.Z'
58
- YETUS_VERSION='rel/0.14.0'
+ YETUS_VERSION='a7d29a6a72750a0c5c39512f33945e773e69303e'
59
}
60
61
parameters {
@@ -71,7 +71,7 @@ pipeline {
71
checkout([
72
$class: 'GitSCM',
73
branches: [[name: "${env.YETUS_VERSION}"]],
74
- userRemoteConfigs: [[ url: 'https://github.com/apache/yetus.git']]]
+ userRemoteConfigs: [[ url: 'https://github.com/ayushtkn/yetus.git']]]
75
)
76
77
0 commit comments