commit 101f5c42a96c5511af7401319c44e8cc455ae549
parent 2539c2d0a33414c52eeff5eaf8d723641eb6eb83
Author: matt <matt>
Date: Sun, 9 Aug 2020 20:08:12 +0100
Removed print step
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
@@ -3,7 +3,6 @@ pipeline {
stages {
stage('Build') {
steps {
- echo 'Building..'
sh 'make'
archiveArtifacts(artifacts: '*.pdf', fingerprint: true, onlyIfSuccessful: true)
}
@@ -20,5 +19,6 @@ pipeline {
success {
deleteDir()
}
+
}
-}
+}+
\ No newline at end of file