Hi,
I'm new to bamboo.
I installed bamboo 6.2.3 on centos 7.
I need to run groovy script as my task.
While I'm searching Task types in bamboo, it only displaying Grails,Grunt,Gulp.
I can't find any task type related to groovy.
Is there any other way to run groovy scripts as bamboo task type?
Can anyone help me on this?
Hi Jothi,
You can use
#!/usr/bin/env groovy
groovy -v
inside a script task. Make sure groovy is in the path.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.