mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-11 01:30:19 +00:00
Jenkins test stage with inside
This commit is contained in:
parent
0afc8aa7e7
commit
05d6fe7670
@ -1,11 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
environment {
|
||||
CI = 'true'
|
||||
dockerImage = ''
|
||||
imageName = 'sos-milter'
|
||||
}
|
||||
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build image') {
|
||||
steps {
|
||||
@ -16,7 +15,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Test image') {
|
||||
steps {
|
||||
script {
|
||||
@ -27,7 +25,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Push image') {
|
||||
steps {
|
||||
script {
|
||||
@ -35,7 +32,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Cleanup') {
|
||||
steps {
|
||||
sh 'echo "TODO: cleanup!"'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user