wiistream/Jenkinsfile

8 lines
119 B
Plaintext
Raw Normal View History

2021-08-15 11:58:10 +01:00
pipeline {
agent any
stage ("Build Wii") {
steps {
load "wii/Jenkinsfile"
}
}
}