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