diff --git a/Jenkinsfile b/Jenkinsfile index f7394bf..0f2c830 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any // Or use 'dockerfile' if running in a container stages { - stage('Checkout') { + stage('Checkout-Jenkinsfile') { steps { // Checks out the source code from the configured Gitea SCM checkout scm