Soy nuevo en Jenkins CI. Estoy instalando RVM en mi Jenkins remoto y cuando ejecuto debajo de shell.Configuración de RVM y Jenkins
#!/bin/bash -x
source ~/.bashrc
rvm use [email protected]
Aparece el mensaje de error.
+ source /var/lib/jenkins/.bashrc
++ PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/var/lib/jenkins/.rvm/bin:/var/lib/jenkins/.rvm/bin
+ rvm use [email protected]
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
You need to change your terminal settings to allow shell login.
Please visit https://rvm.io/workflow/screen/ for example.
¿Qué significa? No tengo idea. Por favor, ayúdame.
ACTUALIZADO: estoy intentado por debajo de guión, pero sigo teniendo errores:
#!/bin/bash -x
source /home/zeck/.bashrc
[[ -s ".rvmrc" ]] && source .rvmrc
export RAILS_ENV=test
bundle install
Errores:
/tmp/hudson457106939700368111.sh: line 5: bundle: command not found
Build step 'Execute shell' marked build as failure
Finished: FAILURE
Jenkins construir cáscara no puede detectar RVM, gemsets y gemas. ¿Que debería hacer?
ACTUALIZADO 2: Por lo tanto, jenkins no puede detectar ruby.
+ ruby -v
/tmp/hudson2505951775163045158.sh: line 5: ruby: command not found
Build step 'Execute shell' marked build as failure
Finished: FAILUR
No estoy usando cualquier Jenkins plugn y estoy ejecutar secuencias de comandos de Generar-> shell sección Ejecutar.
Zeck, me estoy volviendo loco al resolver este problema también, ¿cómo lo arreglaste ??? – Farooq