9 stage('Git Checkout') {
12 git branch
: 'oi/hipster', url
: 'https://github.com/OpenIndiana/oi-userland.git'
16 stage('Gmake Setup') {
18 sh
'rm -f components/components.mk'
19 sh
'rm -f components/depends.mk'
20 withPublisher('openindiana.org', 'full') {
25 stage('Gmake Publish') {
27 withPublisher('openindiana.org', 'full') {