Oh wat heb ik een hekel aan jenkinsfiles nu al

This commit is contained in:
2024-04-22 17:04:04 +02:00
parent d1f3983799
commit b043b7df22

2
Jenkinsfile vendored
View File

@@ -1,5 +1,5 @@
pipeline {
agent {linux}
agent {label 'linux'}
stages {
stage('Build') {
steps {