Enable project-based Authorization |Restrict Manage Jenkins,Delete/Configure job option @ user level

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии •

  • @IMPUJA
    @IMPUJA 3 месяца назад +1

    Thank you :) video was really helpful

    • @AJAUTOMATION
      @AJAUTOMATION  3 месяца назад

      Welcome.. 👍
      Happy to see that video helped you 🙂

  • @abidmehmood1150
    @abidmehmood1150 2 года назад +1

    Very good demo

  • @ayushkurlekar3302
    @ayushkurlekar3302 2 года назад +1

    Thanks it helped me

    • @AJAUTOMATION
      @AJAUTOMATION  2 года назад

      Glad to see that video helped you.
      Thanks for watching @ayush...

  • @gaddipatiprabhakar2889
    @gaddipatiprabhakar2889 2 года назад +1

    Thank you

  • @kratikatripathi1166
    @kratikatripathi1166 Год назад +1

    hi AJ when i try and enable the project based authorization over specific project it isn't working accurately under global security setting i used project based authorization and gave user1 only read permission and under the specific project i enabled project based authorization(inherit from parent ACL) and select only build and read but it is also showing configure options..

    • @AJAUTOMATION
      @AJAUTOMATION  Год назад

      Yes should have read access only, need to recheck again this scenario...

  • @JK-gr2et
    @JK-gr2et 2 года назад

    Hi, hope you are doing well... I was facing SSL exception & resolved it by adding system.setproperty("javax.net.ssl.keystore",path.jks) for both keystore & truststore. It's working fine in standalone java program. But getting same error when I ran the code in maven project. Could u plz help me on this, also tried to add system properties from pom.

    • @AJAUTOMATION
      @AJAUTOMATION  2 года назад

      plz try below--
      DesiredCapabilities capability = new DesiredCapabilities();
      capability.acceptInsecureCerts();
      capability.setCapability(CapabilityType.ACCEPT_INSECURE_CERTS, true);
      ChromeOptions options = new ChromeOptions();
      options.merge(capability);
      WebDriver driver = new ChromeDriver(options);

    • @JK-gr2et
      @JK-gr2et 2 года назад

      @@AJAUTOMATION Hi, thanks for your reply. I am not using in web automation, its for Kafka consumer. The mentioned properties working in standalone java program, but facing SSL handshake exception when running in maven cucumber project.

    • @JK-gr2et
      @JK-gr2et 2 года назад

      Getting the following exceptions, org.apache.kafka.common.errors.serializationException and javax.net.ssl.SSLHandshakeException

    • @JK-gr2et
      @JK-gr2et 2 года назад

      Could you please help me on this, what would be the issue

  • @diogenestorres
    @diogenestorres 8 месяцев назад +1

    Thank you