Skip to content

Commit 53a26fa

Browse files
committed
Change error message
1 parent 222f3f5 commit 53a26fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile-SmokeTest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ timestamps {
127127
"response": {
128128
"status": 200,
129129
"json": {
130-
"version": "${nextVersion}"
130+
"version": "${nextVersion} + smoke_test"
131131
}
132132
}
133133
}]
@@ -141,7 +141,7 @@ timestamps {
141141
} finally {
142142
if (currentBuild.result != 'SUCCESS') {
143143
def color = ['UNSTABLE': 'warning', 'FAILURE': 'danger']
144-
def message = currentBuild.result == 'UNSTABLE' ? 'Tests have failed' : 'Build has failed'
144+
def message = currentBuild.result == 'UNSTABLE' ? 'Tests have failed' : 'An unexpected error has occurred'
145145
notify(
146146
channel: '#tiny-integrations-dev',
147147
color: color.get(currentBuild.result, '#808080'),

0 commit comments

Comments
 (0)