Parcourir la source

Updated Jenkinsfile for proofs

fooser il y a 7 ans
Parent
commit
1ee4bbf28d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -4,7 +4,7 @@ pipeline {
     stages {
         stage('Build') {
             steps {
-                echo 'Building..'
+                echo 'Building...'
             }
         }
         stage('Test') {