Fix Jenkinsfile.

This commit is contained in:
emil28092005
2026-01-16 07:49:05 +03:00
parent 0e56d9f1f8
commit dbe3b79fb5
Vendored
+1 -1
View File
@@ -1,6 +1,6 @@
pipeline{
agent{
label any
label { label 'jenkins'}
}
stages{
stage('Build') {