diff --git a/Jenkinsfile b/Jenkinsfile index e3261c4..4343215 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('Build') { steps { - echo "🔨 Building branch: main" + echo "🔨 Building branch: staging" } } }