This commit is contained in:
Vendored
+2
-6
@@ -1,13 +1,9 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Hello') {
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo "hello wordl"
|
||||
script {
|
||||
img = 'python:latest'
|
||||
docker.image("${img}").run('-d')
|
||||
}
|
||||
sh 'echo hi'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user