diff --git a/.ci_local_test/Jenkinsfile b/.ci_local_test/Jenkinsfile index 779e2847..2264f86e 100644 --- a/.ci_local_test/Jenkinsfile +++ b/.ci_local_test/Jenkinsfile @@ -6,6 +6,14 @@ pipeline { Test_WORKSPACE = "/home/intel/ros2_openvino_toolkit_test" } stages { + stage('Check The Conflict') { + steps { + script { + sh script: "ssh intel@$Test_Server 'cd $Test_WORKSPACE && ./check_conflict.sh'", returnStatus: true + echo "no conflict, the task continue" + } + } + } stage('Get The env') { steps { script {