Skip to content
Snippets Groups Projects
Commit bfa44289 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing success message

parent d19b00f1
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ parallel (
sh "./run.sh $WORKSPACE $NODE_NAME 2"
sh "./run.sh $WORKSPACE $NODE_NAME 3"
sh "./run.sh $WORKSPACE $NODE_NAME 5"
sh "./success.sh 2 nyu opefpm_pdata"
}
}
},
......@@ -44,6 +45,7 @@ parallel (
sh "./run.sh $WORKSPACE $NODE_NAME 5"
sh "./run.sh $WORKSPACE $NODE_NAME 6"
sh "./run.sh $WORKSPACE $NODE_NAME 7"
sh "./success.sh 2 sbalzarini-mac-15 opefpm_pdata"
}
}
},
......@@ -67,6 +69,7 @@ parallel (
"p3" : {sh "./run.sh $WORKSPACE $NODE_NAME 3"},
"p4" : {sh "./run.sh $WORKSPACE $NODE_NAME 5"}
)
sh "./success.sh 2 gin opefpm_pdata"
}
}
}
......
......@@ -83,5 +83,4 @@ else
fi
fi
curl -X POST --data "payload={\"icon_emoji\": \":jenkins:\", \"username\": \"jenkins\" , \"attachments\":[{ \"title\":\"Info:\", \"color\": \"#00FF00\", \"text\":\"$2 completed succeffuly the openfpm_pdata test \" }] }" https://hooks.slack.com/services/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment