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