diff --git a/Jenkinsfile b/Jenkinsfile index 94071b7..06631e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,22 +9,27 @@ pipeline { stage('Build the code and generate tests results...') { steps { + echo 'building..' } } stage('Create a setup file...') { steps { + echo 'creating Python pip file...' } } stage('Test installation...') { steps { + echo 'testing the install process...' } } stage('Building HTML documentation...') { steps { + echo 'building HTML...' } } stage('Syncing website...') { steps { + echo 'syncing website...' } } stage('Cleaning up...') {