Browse Source

[Jenkins] Use shell comment in Jenkins shell script

Fixes commit bdb5874 "[Jenkins] Test the build of graphene-ipc module"
Simon Gaiser 4 years ago
parent
commit
8c37290b6f
1 changed files with 3 additions and 4 deletions
  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
                            '''
                     }
                 }