diff --git a/Jenkinsfile b/Jenkinsfile index 0d4332e..e20d9ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,21 +1,21 @@ pipeline { agent any -} -// triggers { -// pollSCM('*/3 * * * *') -// } + // triggers { + // pollSCM('*/3 * * * *') + // } -stages { - stage('Build doc') { - steps { - sh 'echo "Build doc"' + stages { + stage('Build doc') { + steps { + sh 'echo "Build doc"' + } } - } - stage('Upload doc') { - steps { - sh 'echo "Upload doc"' + stage('Upload doc') { + steps { + sh 'echo "Upload doc"' + } } } }