stage('Setting the variables values') { steps { bash '''#!/bin/bash echo "hello world" ''' } }