浏览代码

[Jenkins] Use shell comment in Jenkins shell script

Fixes commit bdb5874 "[Jenkins] Test the build of graphene-ipc module"
Simon Gaiser 6 年之前
父节点
当前提交
8c37290b6f
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      Jenkinsfiles/Linux-18.04

+ 3 - 4
Jenkinsfiles/Linux-18.04

@@ -7,10 +7,9 @@ pipeline {
                     steps {
                         sh '''
                             make -j 8 WERROR=1
-                            /* We can't build this on 18.04 in our current pipeline
-                            cd Pal/ipc/linux
-                            make
-                            */
+                            # We can't build this on 18.04 in our current pipeline
+                            #cd Pal/ipc/linux
+                            #make
                            '''
                     }
                 }