Questions tagged as 'jenkinsfile'

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