Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 16:20:39 +03:00
parent 2fed3dc3d9
commit 24182c4be1
2 changed files with 7 additions and 1 deletions

2
Dockerfile.jenkins Normal file
View File

@ -0,0 +1,2 @@
FROM docker:dind
RUN apk add make

6
Jenkinsfile vendored
View File

@ -1,7 +1,11 @@
def implementations = ['chibi', 'chicken'] def implementations = ['chibi', 'chicken']
pipeline { pipeline {
agent any agent {
dockefile {
filename 'Dockerfile.jenkins'
}
}
stages { stages {
stage('Testing') { stage('Testing') {
steps { steps {