diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 00000000..a4b33103 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,6 @@ +pipelinw { + agent any + stages('git clone'){ + steps{'git credentialsId: 'f07e70c9-0315-4e1d-86d3-f65e1e0e2388', url: 'https://github.com/kevinsawicki/github-maven-example.git'} + } + }