make the template

This commit is contained in:
riyadgh 2020-02-14 04:34:25 -05:00
父節點 2ac8d34dd7
當前提交 e542f07c2a

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 ''
}
}
}