diff --git a/Jenkinsfile b/Jenkinsfile index e3261c4..17a7998 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,8 @@ pipeline { agent any + // triggers { + // pollSCM('') + // } stages { stage('Build') { steps { diff --git a/README.md b/README.md index a265d58..6eee0e2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # test.repo + v \ No newline at end of file