Updated Jenkinsfile
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7cdbb6645a
commit
2dec004b0d
|
@ -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...') {
|
||||
|
|
Loading…
Reference in New Issue