Skip to content

Commit

Permalink
Update Jenkinsfile-test
Browse files Browse the repository at this point in the history
  • Loading branch information
G33tha authored Mar 31, 2020
1 parent 67ee0a5 commit 62b442a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
stage('Deploy') {
when { tag "tag-*" }
steps {
echo 'Deploying only because this commit is tagged...'
echo 'Deploying only because this commit is tagged'
echo 'hellow world'
}
}
Expand Down

0 comments on commit 62b442a

Please sign in to comment.