Fix Jenkinsfile.

This commit is contained in:
emil28092005
2026-01-16 08:02:26 +03:00
parent dbe3b79fb5
commit cc70057b63
Vendored
+1 -3
View File
@@ -1,7 +1,5 @@
pipeline{
agent{
label { label 'jenkins'}
}
agent any
stages{
stage('Build') {
steps {