Repair Jenkinsfile syntax

This commit is contained in:
zontreck 2024-07-08 22:15:59 -07:00
parent 937d8d4d18
commit 815b70c630

4
Jenkinsfile vendored
View file

@ -1,5 +1,7 @@
pipeline {
node linux // You can specify 'linux' if you specifically need a Linux agent
agent {
label 'linux'
}
stages {
stage('Build') {