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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

## 0.39.0 (upcoming)

* Pending changelog
* Just one change
* Another change
* A change that should not make the whole pipeline trigger
* Another change more
* Another change extra
* This could be it!

## 0.38.0-9f6f332 (Built: September 14, 2018 | Pre-release)

Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hose {
'sleep': 30]]]

DEV = { config ->
echo 'THIS IS MASTER'
echo 'THIS IS MASTER AGAIN'
doCompile(config)
doUT(config)
//doIT(config)
Expand Down