attempting #2
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -1,9 +1,13 @@
|
||||
#!/usr/bin/env groovy
|
||||
|
||||
passedBuilds = []
|
||||
def changelog = lastSuccessfulBuild(passedBuilds, currentBuild)
|
||||
node('master') {
|
||||
checkout scm
|
||||
passedBuilds = []
|
||||
def changelog = lastSuccessfulBuild(passedBuilds, currentBuild)
|
||||
|
||||
slackSend "Building ${env.JOB_NAME} #${env.BUILD_NUMBER} \n ${changelog}"
|
||||
}
|
||||
|
||||
slackSend "Building ${env.JOB_NAME} #${env.BUILD_NUMBER} \n ${changelog}"
|
||||
parallel 'centos7': {
|
||||
node('centos7') {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user