jenkins test 3 #18

Merged
sorel merged 1 commits from jenkins into main 2026-04-30 13:12:07 +00:00
Showing only changes of commit 75285a140a - Show all commits

2
Jenkinsfile vendored
View File

@@ -1,6 +1,5 @@
pipeline
{
agent { dockerfile true }
stages
{
stage ( 'Build' )
@@ -11,3 +10,4 @@ pipeline
}
}
}
}