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
Jenkins: 2.479.2 OS: Linux - 6.1.0-27-amd64 Java: 17.0.13 - Debian (OpenJDK 64-Bit Server VM) --- antisamy-markup-formatter:162.v0e6ec0fcfcf6 apache-httpcomponents-client-4-api:4.5.14-208.v438351942757 apache-httpcomponents-client-5-api:5.4-124.v31e2987e48f4 asm-api:9.7.1-97.v4cc844130d97 authentication-tokens:1.119.v50285141b_7e1 bootstrap5-api:5.3.3-1 bouncycastle-api:2.30.1.78.1-248.ve27176eb_46cb_ branch-api:2.1200.v4b_a_3da_2eb_db_4 byte-buddy-api:1.15.11-99.v078c614a_5258 caffeine-api:3.1.8-133.v17b_1ff2e0599 checks-api:2.2.1 cloudbees-folder:6.975.v4161e479479f command-launcher:116.vd85919c54a_d6 commons-httpclient3-api:3.1-3 commons-lang3-api:3.17.0-84.vb_b_938040b_078 commons-text-api:1.12.0-129.v99a_50df237f7 config-file-provider:980.v88956a_a_5d6a_d credentials:1393.v6017143c1763 credentials-binding:687.v619cb_15e923f dark-theme:514.va_3ea_73d65dc1 database:273.vc4781cc27e67 database-postgresql:100.v2418e0a_c6909 display-url-api:2.209.v582ed814ff2f durable-task:581.v299a_5609d767 echarts-api:5.5.1-4 eddsa-api:0.3.0-4.v84c6f0f4969e font-awesome-api:6.6.0-2 git:5.6.0 git-client:6.1.0 github:1.40.0 github-api:1.321-478.vc9ce627ce001 github-branch-source:1807.v50351eb_7dd13 github-oauth:621.v33b_4394dda_4d gson-api:2.11.0-85.v1f4e87273c33 instance-identity:201.vd2a_b_5a_468a_a_6 ionicons-api:74.v93d5eb_813d5f jackson2-api:2.17.0-379.v02de8ec9f64c jakarta-activation-api:2.1.3-1 jakarta-mail-api:2.1.3-1 javax-activation-api:1.2.0-7 javax-mail-api:1.6.2-10 jaxb:2.3.9-1 jdk-tool:80.v8a_dee33ed6f0 jersey2-api:2.44-151.v6df377fff741 jira:3.13 jjwt-api:0.11.5-112.ve82dfb_224b_a_d joda-time-api:2.13.0-93.v9934da_29b_a_e9 jquery3-api:3.7.1-2 json-api:20240303-101.v7a_8666713110 json-path-api:2.9.0-118.v7f23ed82a_8b_8 junit:1311.v39e1716e4eb_e kubernetes:4302.va_756e4b_67715 kubernetes-client-api:6.10.0-240.v57880ce8b_0b_2 kubernetes-credentials:190.v03c305394deb_ mailer:489.vd4b_25144138f matrix-auth:3.2.3 matrix-project:840.v812f627cb_578 metrics:4.2.21-458.vcf496cb_839e4 mina-sshd-api-common:2.14.0-136.v4d2b_0853615e mina-sshd-api-core:2.14.0-136.v4d2b_0853615e miniorange-saml-sp:2.4.4 nodelabelparameter:1.13.0 okhttp-api:4.11.0-181.v1de5b_83857df opentelemetry-api:1.44.1.40.v93f5f8ca_42c3 people-view:1.2 pipeline-build-step:540.vb_e8849e1a_b_d8 pipeline-graph-analysis:216.vfd8b_ece330ca_ pipeline-graph-view:382.vb_9a_27b_7b_ea_71 pipeline-groovy-lib:744.v5b_556ee7c253 pipeline-input-step:495.ve9c153f6067b_ pipeline-milestone-step:119.vdfdc43fc3b_9a_ pipeline-model-api:2.2218.v56d0cda_37c72 pipeline-model-definition:2.2218.v56d0cda_37c72 pipeline-model-extensions:2.2218.v56d0cda_37c72 pipeline-multibranch-defaults:2.1 pipeline-stage-step:312.v8cd10304c27a_ pipeline-stage-tags-metadata:2.2218.v56d0cda_37c72 plain-credentials:183.va_de8f1dd5a_2b_ plugin-util-api:5.1.0 postgresql-api:42.7.2-40.v76d376d65c77 saml:4.511.vef666858a_167 scm-api:698.v8e3b_c788f0a_6 script-security:1369.v9b_98a_4e95b_2d snakeyaml-api:2.3-123.v13484c65210a_ ssh-credentials:349.vb_8b_6b_9709f5b_ sshd:3.330.vc866a_8389b_58 structs:338.v848422169819 swarm:2.2 theme-manager:262.vc57ee4a_eda_5d token-macro:400.v35420b_922dcb_ trilead-api:2.147.vb_73cc728a_32e variant:60.v7290fc0eb_b_cd workflow-aggregator:600.vb_57cdd26fdd7 workflow-api:1336.vee415d95c521 workflow-basic-steps:1058.vcb_fc1e3a_21a_9 workflow-cps:4000.v5198556e9cea_ workflow-durable-task-step:1398.vf6c9e89e5988 workflow-job:1472.ve4d5eca_143c4 workflow-multibranch:795.ve0cb_1f45ca_9a_ workflow-scm-step:427.v4ca_6512e7df1 workflow-step-api:678.v3ee58b_469476 workflow-support:936.v9fa_77211ca_e1
Debian 12.8 amd64
pipeline { agent any stage('Test') { steps { echo 'Testing..' } } stage('Paused for Manual Testing') { steps { echo 'Paused for Manual Testing....' input 'Continue to Deploy?' // above not functional from graph view plugin } } stage('Deploy') { steps { echo 'Deploying....' } } } }
pipeline-console
I would expect the proceed or abort links to be followed and trigger the build to do those things.
No apparent result.
No response
If it comes to that... 😅 I'm not exactly a Java developer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Debian 12.8 amd64
Reproduction steps
pipeline-console
section after exanding the log outputExpected Results
I would expect the proceed or abort links to be followed and trigger the build to do those things.
Actual Results
No apparent result.
Anything else?
No response
Are you interested in contributing a fix?
If it comes to that... 😅 I'm not exactly a Java developer.
The text was updated successfully, but these errors were encountered: