make the template
This commit is contained in:
父節點
2ac8d34dd7
當前提交
e542f07c2a
共有 1 個文件被更改,包括 3 次插入 和 4 次删除
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 ''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
載入中…
Reference in a new issue