Initial jenkisfile changes

This commit is contained in:
Svetlana Mancic 2025-06-02 11:33:05 +02:00
parent 18921af344
commit 9081b0a6ff

2
Jenkinsfile vendored
View file

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