Merge branch 'master' into mybranch

This commit is contained in:
khalilalturk 2020-03-16 01:01:58 -04:00 committed by GitHub
commit 70c3273f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

2
Jenkinsfile vendored
View file

@ -31,6 +31,7 @@ pipeline {
}
}
post{
success{
slackSend channel: 'soen345', message: 'Success', tokenCredentialId: '178d0505-1fe0-4dee-aaa9-097c8a75a121'
@ -44,4 +45,5 @@ pipeline {
}
}
}