-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
ci.jenkins.io failing with windows build & parcel node packager #3105
Comments
Comparing this PR with the next one which is passing, the main difference seems to be the use of |
Not sure Also, using
https://github.com/jenkinsci/pipeline-stage-view-plugin/pull/240/files#diff-e6ffa5dc854b843b3ee3c3c28f8eae2f436c2df2b1ca299cca1fa5982e390cf8 |
Needed for `parcel` (npm tool) Ref: jenkins-infra/helpdesk#3105
…mplate (#322) fix: add Microsoft Visual C++ 2015 Redistributable Needed for `parcel` (npm tool) Ref: jenkins-infra/helpdesk#3105
This is normal. Since you don't have the required rights, you can't use modification made to Jenkinsfile for a pull request build as it would allow bad things™
@jgreffe I've replayed your build with Unfortunately (for me), as I missed that permission issue before adding Microsoft Visual C++ 2015 Redistributable to the Windows packer image, I'm not sure its addition was required. @dduportal WDYT? Should I try to revert the template to check if only |
@lemeurherve : yeepee!! 🎉 This means we'll have to ask you to trigger builds whenever we change this BTW, we have the exact same issue for this PR: cc @scherler |
This means to be able to run PR builds on Jenkinsfile changes, the pull request has to be opened by one of the maintainer of the repository/plugin.
Sorry I can't really help you as I don't know how this CloudBees Gauntlet instance is configured/working. |
Thanks for your help, I'll ask in proper channel. |
Also note I'm still not sure if it works now because of the |
Both:
|
Good, closing this issue then. |
Service(s)
ci.jenkins.io
Summary
When building this plugin: https://ci.jenkins.io/blue/organizations/jenkins/Plugins%2Fpipeline-stage-view-plugin/detail/PR-240/2/pipeline/92/
windows build fails when processing node with
parcel
packager:Same repository built on a bare windows 10 machine succeeds.
Could be related to windows image used:
Suggested fix is to set
useContainerAgent
tofalse
inJenkinsfile
:Reproduction steps
No response
The text was updated successfully, but these errors were encountered: