Change docker image in FindHTTPCalls stage in Jenkinsfile
這個提交存在於:
父節點
da8699ba7e
當前提交
d0bd96b94c
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -5,7 +5,7 @@ pipeline {
|
|||
stage('FindHTTPCalls') {
|
||||
agent {
|
||||
docker {
|
||||
image 'maven:3.8.1-adoptopenjdk-11'
|
||||
image 'alpine:3.14'
|
||||
}
|
||||
}
|
||||
environment {
|
||||
|
|
|
|||
載入中…
新增問題並參考