fix: BUG
This commit is contained in:
parent
8f973ab4e4
commit
7eea225721
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -41,6 +41,11 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('3.打包') {
|
||||
agent {
|
||||
docker {
|
||||
image 'node:20-slim'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'pwd && ls -alh'
|
||||
sh 'node -v'
|
||||
|
Loading…
Reference in New Issue
Block a user