Repair Jenkinsfile syntax

This commit is contained in:
zontreck 2024-07-08 22:14:29 -07:00
parent a047189dca
commit 937d8d4d18

2
Jenkinsfile vendored
View file

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