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...') {
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...') {