Update stage name

This commit is contained in:
iFargle
2023-02-08 12:31:49 +09:00
parent 376443b2f0
commit 9f50d75c3c

2
Jenkinsfile vendored
View File

@@ -26,7 +26,7 @@ pipeline {
}
}
}
stage('Push to docker repository') {
stage('Push') {
when { branch 'testing' }
options { timeout(time: 5, unit: 'MINUTES') }
steps {