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?
Community moderators have prevented the ability to post new answers.
Hi Jothi,
You can use
#!/usr/bin/env groovy
groovy -vinside a script task. Make sure groovy is in the path.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.