forked from LaconicNetwork/kompose
Merge pull request #669 from rupalibehera/pr-pipeline
Adding Jenkinsfile for PR pipeline on Fabric8CD infrastructure
This commit is contained in:
commit
eb808c36ff
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