Browse Source

格式修改

master
周沫沫历险记 2 years ago
parent
commit
a26fc44ffb
  1. 5
      jenkinsfile_poms_api

5
jenkinsfile_poms_api

@ -2,7 +2,7 @@ pipeline {
agent {
node{
label 'jnlp-slave'
}
}
}
stages {
@ -12,6 +12,7 @@ pipeline {
buildDescription 'harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}'
sh 'nerdctl build -t harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION} ./api'
sh 'nerdctl push harbor.anxinyun.cn/pep/${JOB_NAME}:${IMAGE_VERSION}'
}}
}
}
}
}
Loading…
Cancel
Save