diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..277e0a1 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,6 @@ +node { + stage('Stage 1') { + setGitHubPullRequestStatus(context: "Jenkins: Stage 1", message: "Running stage 1", state: 'PENDING') + sleep 10 + } +} diff --git a/README.md b/README.md index a12db91..a5b8b3c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # test-project Test project for all sorts of test things + +Deploy Test 1.5