Skip to content

Commit d37d91b

Browse files
committed
hotfix: Jenkinsfile
1 parent 4fc877b commit d37d91b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ def publishEclipse() {
128128
// only do a github release if on master and in main repo
129129
return
130130
}
131-
131+
// TODO not working for now
132+
return
132133
def v = getVersion(archive)
133134
def vsn = v[1]
134135
def ts = v[2]

0 commit comments

Comments
 (0)