diff --git a/Jenkinsfile b/Jenkinsfile index 438f780587b..0cde284c666 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,8 +12,8 @@ pipeline { } triggers { - parameterizedCron(env.BRANCH_NAME == 'cd_tycho40' ? ''' - H H(12-13) * * * %TARGET_PLATFORM=latest;JDK_VERSION=17 + parameterizedCron(env.BRANCH_NAME == 'cd_tycho50' ? ''' + H H(13-14) * * * %TARGET_PLATFORM=latest;JDK_VERSION=17 ''' : '') } diff --git a/pom.xml b/pom.xml index bd2e41d8cd7..f2d1ae3bb25 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ ISO-8859-1 - 4.0.7 + 5.0.0-SNAPSHOT 11 11 @@ -848,6 +848,13 @@ + + + tycho-snapshots + https://repo.eclipse.org/content/repositories/tycho-snapshots/ + + + ossrh