pipeline { agent any stage ("Build Wii") { steps { load "wii/Jenkinsfile" } } }