Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[eclipse/xtext#1467] Add JIRO as known environment qualifier for build
Browse files Browse the repository at this point in the history
notification message

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
  • Loading branch information
cdietrich committed Jun 4, 2019
1 parent deaf5e4 commit f46c9a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CBI.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ spec:
def envName = ''
if (env.JENKINS_URL.contains('ci.eclipse.org/xtext')) {
envName = ' (JIPP)'
} else if (env.JENKINS_URL.contains('ci-staging.eclipse.org/xtext')) {
envName = ' (JIRO)'
} else if (env.JENKINS_URL.contains('jenkins.eclipse.org/xtext')) {
envName = ' (CBI)'
} else if (env.JENKINS_URL.contains('typefox.io')) {
Expand Down

0 comments on commit f46c9a7

Please sign in to comment.