Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'echo "Hello World"'
sh 'echo "Hello Moose"'
sh '''
echo "Multiline shell steps works too"
echo "Multiline shell steps work too"
ls -lah
'''
}
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# jenkins-git

A simple project to test jenkins git integration
And it should be triggered by any change
[![Build Status](http://localhost:8080/buildStatus/icon?job=scm-polling)](http://localhost:8080/job/scm-polling/)
A simple project to test jenkins git integration and it should be triggered by any change made here