Skip to content

Commit

Permalink
Merge pull request #56 from zowe/fix54
Browse files Browse the repository at this point in the history
remove confusing images
  • Loading branch information
zFernand0 authored Aug 26, 2019
2 parents f743d8c + 6d71d0d commit f33d5b2
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions src/org/zowe/pipelines/base/Pipeline.groovy
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* This program and the accompanying materials are made available under the terms of the
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Copyright Contributors to the Zowe Project.
*/

* This program and the accompanying materials are made available under the terms of the
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Copyright Contributors to the Zowe Project.
*/

package org.zowe.pipelines.base

import org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
Expand Down Expand Up @@ -148,16 +148,13 @@ class Pipeline {
*/
Map<String, List<String>> notificationImages = [
SUCCESS : [
'https://i.imgur.com/ixx5WSq.png', /*happy seal*/
'https://i.imgur.com/jiCQkYj.png' /*happy puppy*/
],
UNSTABLE: [
'https://i.imgur.com/fV89ZD8.png', /*not sure if*/
'https://media.giphy.com/media/rmRUASq4WujsY/giphy.gif' /*f1 tires fly off*/
],
FAILURE : [
'https://i.imgur.com/iQ4DuYL.png', /*this is fine fire */
'https://media.giphy.com/media/3X0nMYG46US2c/giphy.gif' /*terminator sink into lava*/
'https://thumbs.gfycat.com/NastyPoliticalAnhinga-size_restricted.gif' /* FAILED banner */
],
ABORTED : [
'https://i.imgur.com/Zq0iBJK.jpg' /* surprised pikachu */
Expand Down

0 comments on commit f33d5b2

Please sign in to comment.