Fix jenkinsfile syntax error

This commit is contained in:
zontreck 2024-08-24 00:03:26 -07:00
parent 92df8e4dcd
commit 94d1c928e0

7
Jenkinsfile vendored
View file

@ -10,10 +10,11 @@ pipeline {
}
stages {
agent {
label 'linux'
}
stage('Build on linux') {
agent {
label 'linux'
}
steps {
script {
// Use bash as the shell for these commands