updated Jenkisfile

This commit is contained in:
Sylvain Tricot 2020-11-09 20:14:07 +01:00
parent 6e231ba820
commit 6ccafce21a
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 'Build the code and generate tests results'
}
}
stage('Create a setup file...') {
steps {
echo 'Create a setup file...'
}
}
stage('Test installation...') {
steps {
echo 'Test installation...'
}
}
stage('Building HTML documentation...') {
steps {
echo 'Building HTML documentation...'
}
}
stage('Syncing website...') {
steps {
echo 'Syncing website...'
}
}
stage('Cleaning up...') {