Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
8d63ba5959
commit
121ba75445
17
Jenkinsfile
vendored
17
Jenkinsfile
vendored
@ -1,11 +1,5 @@
|
|||||||
node {
|
pipeline {
|
||||||
def app
|
agent { docker { image 'python:3.5.1' } }
|
||||||
|
|
||||||
stage('Clone repository') {
|
|
||||||
checkout scm
|
|
||||||
}
|
|
||||||
|
|
||||||
agent { docker { image 'python:3.9.0' } }
|
|
||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
@ -14,10 +8,3 @@ node {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Test image') {
|
|
||||||
app.inside {
|
|
||||||
sh 'echo "Passed"'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user