Debig 6
This commit is contained in:
parent
2bb844a728
commit
38fd5bd7b7
@ -1,3 +1,3 @@
|
||||
FROM node:20.11.1-alpine3.19
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apk add -U subversion
|
||||
RUN apt install -y python3-pip
|
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -3,8 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'node --version'
|
||||
sh 'svn --version'
|
||||
sh 'pip3 --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user