This commit is contained in:
khalilalturk 2020-03-16 00:59:52 -04:00
parent 5782995949
commit 9bbd6148a0
2 changed files with 2 additions and 10 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

12
Jenkinsfile vendored
View file

@ -29,14 +29,6 @@ pipeline {
}
}
post{
success{
slackSend(color: '#00FF00' ,message: "SUCCESSFUL: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
}
failure{
slackSend(color: '#FF0000' ,message: "FAILED: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]' (${env.BUILD_URL})")
}
}
}