Updated Jenkinsfile
epsi-builds/msspec_python3/pipeline/head This commit looks good Details

This commit is contained in:
Sylvain Tricot 2020-11-17 16:46:26 +01:00
parent 7cdbb6645a
commit 2dec004b0d
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

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