updated Jenkisfile
This commit is contained in:
parent
6e231ba820
commit
6ccafce21a
|
@ -9,22 +9,27 @@ pipeline {
|
||||||
|
|
||||||
stage('Build the code and generate tests results...') {
|
stage('Build the code and generate tests results...') {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Build the code and generate tests results'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create a setup file...') {
|
stage('Create a setup file...') {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Create a setup file...'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test installation...') {
|
stage('Test installation...') {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Test installation...'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Building HTML documentation...') {
|
stage('Building HTML documentation...') {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Building HTML documentation...'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Syncing website...') {
|
stage('Syncing website...') {
|
||||||
steps {
|
steps {
|
||||||
|
echo 'Syncing website...'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Cleaning up...') {
|
stage('Cleaning up...') {
|
||||||
|
|
Loading…
Reference in New Issue