Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
b2532a84e6
commit
fa278955d9
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -0,0 +1,11 @@
|
|||||||
|
/* Requires the Docker Pipeline plugin */
|
||||||
|
pipeline {
|
||||||
|
agent { docker { image 'python:3.10.7-alpine' } }
|
||||||
|
stages {
|
||||||
|
stage('build') {
|
||||||
|
steps {
|
||||||
|
sh 'python --version'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user