mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +00:00
attempting #2
This commit is contained in:
parent
d2ee37a3e0
commit
7e7462b39e
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user