Fix CI Stage Name
minecraft-pi-reborn/pipeline/head There was a failure building this commit Details

This commit is contained in:
TheBrokenRail 2022-07-15 17:54:43 -04:00
parent ed9bef8492
commit 9d3a0964b0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent none
stages {
stage('Debian Bullseye') {
stage('Debian Buster') {
agent {
dockerfile {
filename 'scripts/ci/Dockerfile'