diff --git a/Jenkinsfile b/Jenkinsfile index e3261c4..f52de44 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,9 +1,11 @@ pipeline { agent any + + stages { stage('Build') { steps { - echo "🔨 Building branch: main" + echo "🔨 Building branch: staging" } } } diff --git a/README.md b/README.md index a265d58..3b52952 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # test.repo - + + \ No newline at end of file