forked from LaconicNetwork/kompose
Initial commit adding Jenkinsfile for pr pipeline on fabric8CD(http://jenkins.cd.k8s.fabric8.io/job/kubernetes-incubator/)
This commit is contained in:
parent
ee7961216f
commit
e61faac8df
13
Jenkinsfile
vendored
Normal file
13
Jenkinsfile
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
@Library('github.com/fabric8io/fabric8-pipeline-library@master')
|
||||
def dummy
|
||||
goTemplate{
|
||||
dockerNode{
|
||||
goMake{
|
||||
githubOrganisation = 'kubernetes-incubator'
|
||||
dockerOrganisation = 'fabric8'
|
||||
project = 'kompose'
|
||||
makeCommand = "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/go/bin:/usr/local/glide:/usr/local/:/go/bin:/home/jenkins/go/bin \
|
||||
&& bash script/test/cmd/fix_detached_head.sh && make test"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user