workflow-basic-steps-plugin icon indicating copy to clipboard operation
workflow-basic-steps-plugin copied to clipboard

Results 107 workflow-basic-steps-plugin issues
Sort by recently updated
recently updated
newest added

When wrapping parallel steps in a retry block, if you attempt to abort the run after a stage has failed, it will continue retrying instead of aborting.  Jenkins will also...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

After upgrade to the latest version of the Jenkins core and workflow-basic-steps-plugin, we have detected that the behavior of the retry + timeout steps changes, the following code before the...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

For "waitUntil" step the "Pipeline Syntax: Snippet Generator > Generate Pipeline Script" generates the error message: ``` no public field ‘initialRecurrencePeriod’ (or getter method) found in class org.jenkinsci.plugins.workflow.steps.WaitForConditionStep ``` Jenkins...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved

The Declarative Directive Generator gives this for using a configured JGit tool tools { jgit 'jgit' } However, it doesn't actually work Tool type "jgit" does not have an install...

pipeline
imported-jira-issue
component:workflow-basic-steps-plugin
priority:major
resolution:unresolved

My pipeline has the following options: options { buildDiscarder(logRotator(numToKeepStr: '3')) disableResume() timeout(activity: true, time: 10, unit: 'MINUTES') } However, there is sometimes a timeout, although every few seconds the log...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:major
resolution:unresolved

If a stage contains a timeout step, then the "Restart from stage" feature does not work. Any attempt to restart the stage is just skipped by the timeout step. A...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:major
resolution:unresolved

Hi,  I am experiencing an unexpected change of the current working directory when withEnv or withCredentials steps are used. dir step is a viable workaround, but I am wondering if...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:major
resolution:unresolved
component:external-workspace-manager-plugin

When a tool is upgraded versions or the automatic installer is changed, Jenkins does not update the tool installed on the build agent.  For example, the Sonarqube plugin installs its...

pipeline
imported-jira-issue
component:workflow-basic-steps-plugin
priority:minor
resolution:unresolved
component:sonar-plugin

No matter if stash succed or not unstash always pass. I want to stash file but I dont know if it exists. If file exists everything goes well my_jar is...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:major
resolution:unresolved

  Not a git repository after unstash when useDefaultExcludes: false Jenkins ver. 2.150.2   Pipeline: Basic Steps Commonly used steps for Pipelines. 2.14 Pipeline: pipeline { agent none stages { stage('Checkout') {...

imported-jira-issue
component:workflow-basic-steps-plugin
priority:major
resolution:unresolved