Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 23:02:00 +03:00
parent c73213535b
commit bc3066218b
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -1,5 +1,4 @@
def implementations = ['chibi', 'sagittarius'] def tests = ['primitives', 'addressof', 'callback']
def tests = ['primitives']
pipeline { pipeline {
agent any agent any