Merge branch 'master' of https://git.ipr.univ-rennes1.fr/epsi/msspec_python3
This commit is contained in:
commit
85d8936f8e
|
@ -1,7 +1,7 @@
|
|||
pipeline {
|
||||
agent {label 'msspec_agent_amd64'}
|
||||
stages {
|
||||
stage('Initial setup...') {
|
||||
stage('Initial setup....') {
|
||||
steps {
|
||||
echo 'Create or update the virtual Python environment'
|
||||
}
|
||||
|
@ -9,27 +9,27 @@ pipeline {
|
|||
|
||||
stage('Build the code and generate tests results...') {
|
||||
steps {
|
||||
echo 'building..'
|
||||
echo 'Build the code and generate tests results'
|
||||
}
|
||||
}
|
||||
stage('Create a setup file...') {
|
||||
steps {
|
||||
echo 'creating Python pip file...'
|
||||
echo 'Create a setup file...'
|
||||
}
|
||||
}
|
||||
stage('Test installation...') {
|
||||
steps {
|
||||
echo 'testing the install process...'
|
||||
echo 'Test installation...'
|
||||
}
|
||||
}
|
||||
stage('Building HTML documentation...') {
|
||||
steps {
|
||||
echo 'building HTML...'
|
||||
echo 'Building HTML documentation...'
|
||||
}
|
||||
}
|
||||
stage('Syncing website...') {
|
||||
steps {
|
||||
echo 'syncing website...'
|
||||
echo 'Syncing website...'
|
||||
}
|
||||
}
|
||||
stage('Cleaning up...') {
|
||||
|
|
Loading…
Reference in New Issue