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 {
|
stages {
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
sh 'node --version'
|
sh 'pip3 --version'
|
||||||
sh 'svn --version'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user