diff --git a/Jenkinsfile b/Jenkinsfile index f18a6d4..6b7e1d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,6 +91,7 @@ run: { echo "This is my first task" echo "This is my second task" + echo "This is my third task" }, ], /* [ run: { echo "This is my second task" }, in: '*', on: 'docker' ],