-
Notifications
You must be signed in to change notification settings - Fork 6.8k
migrating docs build and publish job to secure nodes #11066
Conversation
@marcoabreu - what's this |
Did you rename the Jenkins job to restricted-blabla? The error that this slave does not exist is fine. It will automatically be deployed by auto scaling. If the job does not picked up, you probably ran into a security measure that prevents accessing restricted nodes from unrestricted jobs or Vica versa. Let's review that on Monday |
LGTM. Do you need any help? |
Yes, I'm getting a timeout which causes the job to fail (as cancelled). |
Well you misconfigured the job ;) You assigned a restricted job to an unrestricted slave. I have corrected it for you |
Could you please also put the publish job into the Jenkinsfile structure - or maybe just combine both parts into one job? |
I wanted to get this first part working on the secure slaves. Then circle back with combining the job if I can manage to get the credentials part working. |
Description
Migrating docs build to secure/restricted jenkins nodes.
node('restricted-mxnetlinux-cpu')
restricted-website-publish
Comments
I would assume that the config in the Jenkins job for
Restrict where this project can be run
would be updated frommxnetlinux-cpu
torestricted-mxnetlinux-cpu
. However, I get an error if I try to do this:Once I get clarity on this, I can clone the build job and configure it to use the restricted naming.
@marcoabreu - what are your thoughts on this?