This commit is contained in:
Tony 2024-09-02 10:54:30 +08:00
parent 8f973ab4e4
commit 7eea225721

5
Jenkinsfile vendored
View File

@ -41,6 +41,11 @@ pipeline {
} }
stage('3.打包') { stage('3.打包') {
agent {
docker {
image 'node:20-slim'
}
}
steps { steps {
sh 'pwd && ls -alh' sh 'pwd && ls -alh'
sh 'node -v' sh 'node -v'