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