WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 4f8b8a3

Browse files
committed
Working with test containers
1 parent 7beb045 commit 4f8b8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/jenkins/Jenkinsfile.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ pipeline {
362362
stage('Debian Trixie') {
363363
agent {
364364
dockerfile {
365-
filename 'Dockefile.debian-trixie'
365+
filename 'Dockerfile.debian-trixie'
366366
dir 'ci/jenkins'
367367
label 'docker'
368368
args '-u root'
@@ -396,7 +396,7 @@ pipeline {
396396
stage('Debian Trixie MT CTX') {
397397
agent {
398398
dockerfile {
399-
filename 'Dockefile.debian-trixie'
399+
filename 'Dockerfile.debian-trixie'
400400
dir 'ci/jenkins'
401401
label 'docker'
402402
args '-u root'

0 commit comments

Comments
 (0)