make the template
This commit is contained in:
parent
2ac8d34dd7
commit
e542f07c2a
1 changed files with 3 additions and 4 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -4,17 +4,17 @@ pipeline {
|
|||
stage('Build') {
|
||||
agent {
|
||||
docker {
|
||||
image ''
|
||||
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh ''
|
||||
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
agent {
|
||||
docker {
|
||||
image ''
|
||||
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
@ -22,7 +22,6 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
junit ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue