diff --git a/CHANGELOG.md b/CHANGELOG.md index 732b0159..3a93352c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Jenkinsfile b/Jenkinsfile index fc29e7fd..55f556bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ hose { 'sleep': 30]]] DEV = { config -> - echo 'THIS IS MASTER' + echo 'THIS IS MASTER AGAIN' doCompile(config) doUT(config) //doIT(config)