diff --git a/Jenkinsfile b/Jenkinsfile index b982250..6c60c70 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,8 @@ pipeline { agent any + + stages { stage('Build') { steps { diff --git a/README.md b/README.md index b0c22b0..2d98dc7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Description This repo contains mainly a simple Jenkinsfile +test today