Преглед на файлове

Removed DEBUG=1 (#121)

* Removed DEBUG=1 from basic Jenkins build/test process.

* Removed the 'input' so that the Jenkinsfile finishes when necessary
Neil Davis преди 8 години
родител
ревизия
b6aec7acd1
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      Jenkinsfiles/Jenkinsfile

+ 1 - 2
Jenkinsfiles/Jenkinsfile

@@ -4,7 +4,7 @@ pipeline {
                 stage('Build') {
                     steps {
                         sh '''
-                            make DEBUG=1
+                            make
                            '''
                     }
                 }
@@ -47,7 +47,6 @@ pipeline {
                             make
                             ./syscalls.sh
                             '''
-                        input 'Tests complete. Do you wish to deploy?'
                     }
                 }
                 stage('Deploy') {