updated Jenkinsfile

This commit is contained in:
Joseph Henry
2016-11-01 16:03:31 -07:00
parent 1690147d36
commit c10120c19f

3
Jenkinsfile vendored
View File

@@ -1,5 +1,8 @@
#!/usr/bin/env groovy
def changelog = getChangeLog currentBuild
slackSend "Building ${env.JOB_NAME} #${env.BUILD_NUMBER} \n Change Log: \n ${changelog}"
parallel 'centos7': {
node('centos7') {
try {