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