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...') {
|
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...') {
|
||||||
|
|
Loading…
Reference in New Issue