WIP jenkinsfile.

This commit is contained in:
Endolf 2018-05-23 00:50:27 +01:00
parent c6a6d2e8f8
commit 49946e27e0

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
}
}
}
stage('Build on Windows') {
stage('Build on Linux') {
agent {
label "linux"
}