9 stage('Ensure is ready to build') {
11 sh
'pfexec /usr/sbin/mountall -F nfs || exit 0'
14 stage('Git Checkout') {
17 git branch
: 'oi/hipster', url
: 'https://github.com/OpenIndiana/oi-userland.git'
21 stage('Gmake Setup') {
23 sh
'rm -f components/components.mk'
24 sh
'rm -f components/depends.mk'
25 withPublisher('openindiana.org', 'incremental') {
30 stage('build illumos-gate') {
32 withPublisher('openindiana.org', 'incremental') {
33 dir('components/openindiana/illumos-gate') {
39 stage('update system') {