Browse Source

updated Jenkinsfile

pull/1/head
Joseph Henry 10 years ago
parent
commit
c10120c19f
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -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 {

Loading…
Cancel
Save