diff --git a/Jenkins/Phabricator-pipeline/Jenkinsfile b/Jenkins/Phabricator-pipeline/Jenkinsfile index 87ea0d6..48b8a2b 100644 --- a/Jenkins/Phabricator-pipeline/Jenkinsfile +++ b/Jenkins/Phabricator-pipeline/Jenkinsfile @@ -29,6 +29,11 @@ pipeline { } } } + stage('arc patch') { + steps { + echo 'TODO: arc patch' + } + } stage('CMake') { steps { sh 'llvm-premerge-checks/scripts/run_cmake.sh' @@ -38,7 +43,6 @@ pipeline { steps { sh 'llvm-premerge-checks/scripts/run_ninja_check-all.sh' } - } } } } \ No newline at end of file