Toggle navigation
it
_qna
Home
EXT
Blog
Questions
Tags
QnA Legacy
Questions tagged as 'jenkinsfile'
Tagged questions
0
answers
Jenkins using Jenkinsfile does not report status on github
I have a Jenkinsfile file with the following content: pipeline { agent none triggers { githubPush() } stages { stage('Installing dependencies') { agent { label 'rails' } steps { sh "g...
asked by
14.08.2018 / 00:40