takezoe / gitbucket-ci-plugin

GitBucket plug-in that adds simple CI ability to GitBucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot access environment variables

karthikbalu opened this issue · comments

Prints blank, no environment variables printed

printenv;
echo "Building... $CI_BUILD_BRANCH - $CI_BUILD_NUMBER - $CI_PULL_REQUEST"

looks like this has been fixed in 1.1.0 but i am not able to upgrade to latest version #46 im currently using 1.0.1 :(