diff --git a/Jenkinsfile b/Jenkinsfile index 94d7346..c6a82ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ // Load Jenkins shared libraries to customize this project def libCustom = [ remote: 'ssh://git@code.in.digital-me.nl:2222/DEVops/JenkinsLibCustom.git', - branch: 'master', + branch: env.BRANCH_NAME, credentialsId: 'bot-ci-dgm-rsa', ] diff --git a/lazyDir/validate/third.sh b/lazyDir/validate/third.sh index 66d72ed..1dd03a8 100755 --- a/lazyDir/validate/third.sh +++ b/lazyDir/validate/third.sh @@ -18,4 +18,5 @@ # limitations under the License. echo "Start ${0} script..." +env | sort echo "Stop ${0} script..."