We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm running jenkins via this command:
[~/jenkins/bin]$ ./jenkinsfile-runner run -f ../<path-to-jf>/Jenkinsfile.groovy -p plugins.txt --httpPort 5001 -w .
(I have the war file exploded in the bin folder)
My Jenkinsfile starts:
Jenkinsfile
node('master') { ....
Which generates the error:
‘Jenkins’ doesn’t have label ‘master’
So I go into Jenkins and add the master label to the root node.
master
When I rerun the command, Jenkins has lost its state and I need to set the label again.
No response
The text was updated successfully, but these errors were encountered:
What does block you from using the configuration-as-code YAML for it?
Sorry, something went wrong.
No branches or pull requests
What feature do you want to see added?
I'm running jenkins via this command:
(I have the war file exploded in the bin folder)
My
Jenkinsfile
starts:Which generates the error:
So I go into Jenkins and add the
master
label to the root node.When I rerun the command, Jenkins has lost its state and I need to set the label again.
Upstream changes
No response
The text was updated successfully, but these errors were encountered: