Skip to content

Commit 9fb4582

Browse files
committed
Temporally move from yetus to ayushtkn
1 parent 6234c11 commit 9fb4582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-support/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pipeline {
5555
environment {
5656
YETUS='yetus'
5757
// Branch or tag name. Yetus release tags are 'rel/X.Y.Z'
58-
YETUS_VERSION='rel/0.14.0'
58+
YETUS_VERSION='a7d29a6a72750a0c5c39512f33945e773e69303e'
5959
}
6060

6161
parameters {
@@ -71,7 +71,7 @@ pipeline {
7171
checkout([
7272
$class: 'GitSCM',
7373
branches: [[name: "${env.YETUS_VERSION}"]],
74-
userRemoteConfigs: [[ url: 'https://github.com/apache/yetus.git']]]
74+
userRemoteConfigs: [[ url: 'https://github.com/ayushtkn/yetus.git']]]
7575
)
7676
}
7777
}

0 commit comments

Comments
 (0)