I recently installed the Jenkins plugin simple-queue-plugin.
I can see the icon "Reset Simple-Queue". But no arrows to change the builds queue.
Note: I have "ADNINISTER" role
Any idea what I did I miss?
The plugin DOES mention this, but I'm not clear on what 'buildable' means in this context:
Orders buildable items only, for that reason blocked items do NOT have an arrow.
I was using Jenkins for a while and everything was working perfectly fine. But two or three days back i need to change some configuration for one of my project and when i hit apply button after performing those change. This error screen appears. Even i don't change anything and click apply button same error screen pops up.
I am currently using Jenkins version 2.265
this error occur when i hit this button
I downgrade jenkins to version 2.263 and everything starts working fine. So i think this issue is specific to Jenkins version 2.265
I had the same issue and it was caused by the now deprecated Coverity plugin. I would suggest you to check your deprecated plugins that add a section/options in the configuration and remove them.
I had same issue, it was because of "dark mode extension" on google chrome. It was ok on firefox, but chrome not. I suggest to disable dark mode extension on chrome when using jenkins.
I tried to download the slave-agent.jnlp file but I can't even find the orange button to download the file. I am only seeing this link below.
Java Web Start is not available for the JVM version running Jenkins
you can also find an attached snapshot of the issue I'm facing.
To clarify, what I'm looking for is a Build from latest commit rather than Build from current commit.
I don't see a Build (from latest commit) button in Blue Ocean. I've got to be missing something, right?!
In Classic View you have "Schedule a Scan for pipeline" so, if you've just pushed something to git you can Rebuild.
However, in Blue Ocean you just have the Replay button (which just runs the last commit it has already pulled down).
How do you force Blue Ocean to pull the latest commit?!
When you view the last build for a certain branch, there is a "reload" style button on the upper right side. This allows you to run a build again:
In the Activity screen, the same button is also visible:
Currently, there is no rebuild option in blueocean see here
Where is the pipeline editor located within the Blue Ocean Jenkins plugin?
I can see my pipeline jobs, and when clicking into these I cant see any links\buttons that take me to the editor.
I'm sure in previous beta releases I could get to it, but now since the official release has been launched which I am now using, I cannot find it.
Anyone know where it's hiding?
Use following url to open the pipeline editor:
http://<host>:<port>/jenkins/blue/organizations/jenkins/pipeline-editor/
In addition to Prashant Kajale's answer, you can edit a specific item with
[Url of Jenkins]/blue/organizations/jenkins/pipeline-editor/[item-name]
Edit: According to the issue tracker, saving doesn't work with none-github repositories. You have to go to [Url of Jenkins]/blue/organizations/jenkins/pipeline-editor/ and open the load/save dialog with Ctrl+S, paste you Jenkinsfile (if you have one yet), edit it, and then save it manually by using Ctrl+S and copy.
It is hidden and does not show up until you hover over. I suppose simply a bad UI
design.
Open Blue Ocean from a job.
Select a branch from Branches.
Hover over to the right and buttons will show up.
Select "Edit" and the editor will open.
There is an open bug where the editor links do not display when the job is moved to a folder.
https://issues.jenkins-ci.org/browse/JENKINS-46441
There is two possible reasons why the pipeline editor button isn't showing, either you're not logged in as a user or you're pipeline project is not into github repository.
Blue ocean doesn't support yet generating pipelines with blueocean-pipeline-editor-plugin when your SCM is bitbucket or gitlab or any other git tool.
The good news is that we will have editor support for Bitbucket and plain Git (which will include Gitlab) in our 1.3 release soon.
You can find more details about this issue here
In the Blue Ocean pipeline view, there's a pencil icon on the upper right that lets you edit. So if you click an entry under the Activity tab, if you click any run of the job it will take you to this (green indicates a successful run):
An example URL for a pipeline named my-pipeline would be:
http://localhost:8080/blue/organizations/jenkins/my-pipeline/detail/jenkins/1/pipeline
After installing Jenkins (either for Windows or Linux), you will need to install the plugin for Blue Ocean:
https://www.jenkins.io/doc/book/blueocean/getting-started/
How To Use Blue Ocean and edit an existing pipeline
After installing Blue Ocean and creating a small pipeline, you should be able to see this context menu:
Then, you will see your pipeline in a new "dashboard". Click on the row for the pipeline you need to work on:
You will get another "dashboard" looking screen. Editing is done from the configuration button (the gear icon) on the top menu:
This will take you to the Classic UI look, click on the Pipeline tab:
This is a complicated UI that either is designed to dissuade you not to use it or is in a desperate need for a redesign, in my opinion.