mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-22 06:17:48 +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
|
#!/usr/bin/env groovy
|
||||||
|
|
||||||
passedBuilds = []
|
node('master') {
|
||||||
def changelog = lastSuccessfulBuild(passedBuilds, currentBuild)
|
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': {
|
parallel 'centos7': {
|
||||||
node('centos7') {
|
node('centos7') {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user