Re: Issue with Jenkins and GitLab Integration

2024-04-26 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 26.04.2024 um 15:38 +0200 schrieb Erick Mormin:

Jenkins Integration
- URL: 
http://192.168.0.24:8080/git/notifyCommit?url=http://192.168.0.24:40080/Berechit/easyformer.git&token=75a8746bcf9c658b08491f27860f356d

Glad you got it working. However, this will still not trigger build in until 
the "?url=..." parameter matches exactly the repository URL in your job's SCM 
configuration. So you either need to use the SSH URL from the job configuration 
here, too, or change the job configuration to use the HTTP URL used here.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cd70bfa8596f1daf5911ae6e4e3c0ebb4331e745.camel%40opentext.com.


Re: Issue with Jenkins and GitLab Integration

2024-04-26 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 26.04.2024 um 15:38 +0200 schrieb Erick Mormin:

We are still encountering difficulties with fetching the Git repository in 
Jenkins. Despite our efforts, Jenkins prompts for a password when attempting to 
clone the repository, which is unexpected behavior for SSH authentication.

That depends. If you're NOT using an SSH key, it will of course prompt for a 
password.

root@easyformer:~# docker ps
CONTAINER ID   IMAGE COMMAND  CREATED  
STATUS  PORTS   
  NAMES
016ce5d64dcb   jenkins/jenkins:lts   "/usr/bin/tini -- /u…"   8 days ago   
Up 5 hours  0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 
0.0.0.0:5->5/tcp, :::5->5/tcp   
   jenkins
b777b84a524b   gitlab/gitlab-ce:latest   "/assets/wrapper"8 days ago   
Up 25 hours (healthy)   0.0.0.0:40022->22/tcp, :::40022->22/tcp, 
0.0.0.0:40080->80/tcp, :::40080->80/tcp, 0.0.0.0:40443->443/tcp, 
:::40443->443/tcp   gitlab
root@easyformer:~# docker exec -it jenkins bash
jenkins@192:/tmp$ git clone git@192.168.0.24:Berechit/easyformer.git
Cloning into 'easyformer'...
git@192.168.0.24's password:

OK, you're running this inside a Docker container, so I guess you need to get 
the private key you use for authenticating to your GitLab server into this 
container somehow.

OTOH, to get this working inside your job, you need to make sure that the 
credential record you select in the SCM section is an SSH credential, not a 
"username/password" one.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d58a728f2e383e850f9e9683285051ffaebb67b1.camel%40opentext.com.


Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 26.04.2024 um 00:25 +0200 schrieb Erick Mormin:

Unfortunately, I'm still encountering problems despite several attempts to 
resolve them. Here are the errors I'm encountering:

In GitLab:

Hook executed successfully but returned HTTP 403
   Error 403 Invalid access 
token  HTTP ERROR 403 Invalid access token 
 URI:/git/notifyCommit 
STATUS:403 MESSAGE:Invalid access 
token SERVLET:Stapler  https://eclipse.org/jetty">Powered
 by Jetty:// 10.0.20  

Well, it has all the information you need: "Invalid access token". Make sure 
you provide a valid token (means: as created under "Manage Jenkins" -> 
"Security" -> "Git plugin notifyCommit access tokens").

In Jenkins, when triggering a build:

The recommended git tool is: NONE
using credential jenkinsgitlabssh
 > git rev-parse --resolve-git-dir 
 > /var/jenkins_home/workspace/EasyFormerPipeline/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@192.168.0.24:Berechit/easyformer.git # 
 > timeout=10
Fetching upstream changes from git@192.168.0.24:Berechit/easyformer.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
using GIT_SSH to set credentials Test EasyFormer23042024
Verifying host key using known hosts file, will automatically accept unseen keys
 > git fetch --tags --force --progress -- 
 > git@192.168.0.24:Berechit/easyformer.git +refs/heads/*:refs/remotes/origin/* 
 > # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from 
git@192.168.0.24:Berechit/easyformer.git

Please check that cloning the repo works in general, by logging in to a shell 
on the Jenkins server, as the user that runs Jenkins, and executing a "git 
clone" command. If that works, it will usually also work from within Jenkins. 
Or, try to get it working with HTTP, first,

Additionally, I've updated the webhook URL in Jenkins as follows:

That's a type, I guess, and you mean ("in GitLab"), right?

http://192.168.0.24:8080/git/notifyCommit?url=http://192.168.0.24:40080/Berechit/easyformer.git&token=11b263dbb6e2a1f398bee5f391e98041a5

I wrote that the repo URL (the part after "url=") must match exactly (means: 
letter by letter) the one used in the Jenkins Job. But you're using an HTTP URL 
here and an SSH URL in the job. That doesn't work.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3c1b03e33a805c3bfd1a7c4a40d2b696a5c0cf10.camel%40opentext.com.


Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 25.04.2024 um 14:44 +0200 schrieb Erick Mormin:

2. I also updated the webhook URL in GitLab to include this token, as follows: 
`http://192.168.0.24:8080/job/EasyFormerPipeline/build?token=43272f4e87b1eff15b230e6b8f8395d5`.

The URL is still wrong. What you want is to trigger a repository scan, as 
documented in the git plugin:

http://yourserver/git/notifyCommit?url=&token=

where "URL of the Git repsoitory" must exactly match the one used in your 
Jenkins job, which can be either SSH or HTTPS.

This will make ALL jobs that use that same Git repository URL to check the 
repository for updates and start builds accordingly.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9aca319ddfc9ac046b556c7bbac61842797ed23c.camel%40opentext.com.


Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, dem 24.04.2024 um 06:12 -0700 schrieb Erick Mormin:


2. Errors Encountered:

   - When I try to trigger a build from a push on GitLab, I receive an HTTP 403 
error with the message "No valid crumb was included in the request".

Does your Jenkins URL in the GitLab webhook conatin a valid Jenkins API token, 
like "http://your.jenkins/git/notifyCommit?token=..."?

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4e4697f51d952585abd338d5be9549683ba0d00a.camel%40opentext.com.


Re: Jenkins not able to launch the slave due to unrecognizable JAVA_HOME

2024-04-18 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 18.04.2024 um 09:40 -0700 schrieb Sai Bhargav Kottisa:

Agent machine (/etc/java/Openjdk_17.0.6.0/bin/java
 drwxr-xr-x 10 rootroot  131 Jan 14 
 2023Openjdk_17.0.6.0)

As already written by Mark, you should NOT install things into /etc. It's 
neither meant for storing binaries (this is Linux, not HPUX), nor is it on the 
PATH, thus it cannot be found. If you install it from distribution packages, it 
will be installed into the correct location, where it can then be found when 
you launch the agent.

Otherwise, provide the full path to it in the agent configuration.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/628b27f152f541cbcb4add2742a5cbe34fe7746b.camel%40opentext.com.


Re: This node is offline because it uses an old

2024-02-08 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 08.02.2024 um 08:20 -0800 schrieb tzach solomon:

"This node is offline because it uses an old"

Old what?

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/417533684146f4ec217d7469a045dedae26c77f9.camel%40opentext.com.


Re: Debian update overwrites environment settings

2024-01-02 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 02.01.2024 um 11:30 -0800 schrieb Mark Waite:

There is a better location for those values and it will survive updates.  
The"Managing systemd 
services"
 page describes the "systemctl edit jenkins" command that creates a local copy 
of the overrides file .  That copy is preserved across upgrades.

Or, if you prefer the manual way or use a provisioning tool like Puppet or 
Salt, you can create a directory under "/etc/systemd/system/" with the same 
name as the service file and an appended ".d" and place any number of override 
files inside, with a ".conf" extension. Note that if you want to change one of 
the "Exec*" values, you need to empty it first, like

ExecStart=
ExecStart=/path/to/new/command options

See systemd.unit(5) and systemd.service(5) for the details.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4f53d522f58d661ec18c134387570ef7ed40bd94.camel%40opentext.com.


Re: id_rsa" is not a valid key file.

2023-10-12 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 12.10.2023 um 10:48 +0200 schrieb 'Maciej Jaros' via Jenkins 
Users:

Another option I would see is that the client is old and will not be
able to use RSA at all. OpenSSH 8.8 disables RSA using SHA-1 and so you might 
need to use ECDSA key.

To clarify: OpenSSH 8.8 disables the SHA-1 key signing algorithm. You can, of 
course, still use RSA keys, given that they have been signed with a more modern 
signing algorithm (that is: created with a more recent OpenSSH version). 
However, EC based keys should be preferred, as they are generally shorter (and 
thus faster).

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ea6c767c3aabc1eb561bf32a9d5316bcf0aac54b.camel%40opentext.com.


Semantics of "Label_1 || Label_2"

2023-08-03 Thread 'Dirk Heinrichs' via Jenkins Users
Hi,

I wonder how the label expression "Label_1 || Label_2" exactly works. Is it 
equivalent to the following Groovy label assignment script or does it work 
differently?


import jenkins.model.Jenkins

return (Jenkins.instance.getLabel('Label_1').getIdleExecutors() > 0 ? 'Label_1' 
: 'Label_2')

Thanks...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8a31a5b6ec3c271dd89bed950c9abed05de8d975.camel%40opentext.com.


Re: How to set ssh key exchange algorithm when using Publish Over SSH plugin?

2023-06-02 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 01.06.2023 um 10:44 -0700 schrieb Alex Earl:

You are correct, the plugin does not use either config file (or any config file 
for that matter). It looks like Jsch (the SSH library used) does not support 
ssh-rsa anymore. You would need to setup one of the other host key types 
(ssh-ed25519 would probably be best) on the server.

See also: https://issues.jenkins.io/browse/JENKINS-71273

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/943cce29e730c6d38c85088d2e2f13a25b72c3b7.camel%40opentext.com.


Re: Jenkins LTS Debian signing key?

2023-04-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 06.04.2023 um 10:15 -0700 schrieb Mark Waite:

perform the necessary testing to confirm that it is well behaved

How misbehaving can a package be that stores a single file into a specific 
directory?

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/060e6f810d39ee5a47ead089c0ef124961c07664.camel%40opentext.com.


Re: Unable to rebuild job

2023-04-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Samstag, dem 08.04.2023 um 16:45 -0700 schrieb Budianto:

What possibly could be the root cause?

Well, it's your remote host that closed the connection, isn't it?

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3eae43c94cacedb4eddae22b0daf536ca6e56fa6.camel%40opentext.com.


Re: Jenkins LTS Debian signing key?

2023-04-06 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 06.04.2023 um 05:33 -0700 schrieb Mark Waite:

I'd rather not include extra instructions for Debian 10, Debian 11, Ubuntu 18, 
and Ubuntu 20, especially when those instructions involve creating directories 
as the root user and assuring those directories have correct ownership and 
permissions.

People knowing that page might then (falsely) assume that the key will be 
managed by a package after initial setup if it is to be placed into 
/usr/share/keyrings. OTOH, creating the directory is just one more line, like


sudo sh -c "test -d /etc/apt/keyrings || mkdir -m 0755 
/etc/apt/keyrings"

We'll discuss further in the retrospective to see which path we take to reduce 
the problems for Debian and Ubuntu administrators on the next GPG key rotation.

Why wait (until next rotation)? Why not create a package which places the 
current key into /usr/share/keyrings and add that as a dependency to the main 
Jenkins package? This is how Element or PostgreSQL (to name a few) already do 
it. Would have the benefit that no documentation change would be needed.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d6907badbc00fa9e6698c29011899c5392a015c9.camel%40opentext.com.


Re: Regarding unable to view the jobs in jenkins

2023-03-31 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 31.03.2023 um 16:02 +0800 schrieb Ashok Reddy:

I have installed the jenkins latest version as 2.387.1 and configured the 
java8, which is used in our applications. But, I have been facing the following 
issue:

Any chance you're using the "Matrix Authorization Strategy Plugin" and got the 
permissions wrong?

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/78e5804d01f9ce04a06fc7b747e2d4ca31cb33ae.camel%40opentext.com.


Re: Jenkins LTS Debian signing key?

2023-03-30 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 30.03.2023 um 10:44 -0700 schrieb Mark Waite:


> Jenkins LTS 2.387.2 (April 5, 2023) will resolve that warning, so long as the 
> new PGP public key has been installed by following the instructions in the 
> Linux installation 
> page

Please note that these instructions contain a small mistake. The key should be 
downloaded to "/etc/apt/keyrings", unless it is later managed by a package, 
which is not the case here (see 
https://wiki.debian.org/DebianRepository/UseThirdParty).
 Would be great if that could be corrected (or, as recommended by Debian, a 
package be provided for managing the keyring after the initial setup).

If you need to install Jenkins LTS with the Linux installer between now and 
April 5, your choices include:

  *   Override the package manager to ignore the expired PGP key
  *   Use a container image like 
jenkins/jenkins:2.387.1-jdk11
  *   Install the war file without the Linux installer


  *   Download the deb directly and install via "apt-get install /path/to/file"

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4dabcd3e9484f41b38cbf8682bb3ef8a22fde29f.camel%40opentext.com.


Re: Regarding unable to view the jobs in jenkins

2023-03-28 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, dem 29.03.2023 um 09:46 +0800 schrieb Ashok Reddy:

why another jenkins instance

Nobody told you so. They all told you to update your old Jenkins, right from 
the beginning. However, it might be a good idea to first clone your existing 
setup (It's a VM, isn't it?) and test the update on the cloned one.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9e4659a796a7fa08ef7335384bf8c0ba86be6813.camel%40opentext.com.


Re: Regarding unable to view the jobs in jenkins

2023-03-27 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 28.03.2023 um 13:10 +0800 schrieb Ashok Reddy:

I have installed the jenkins.war as 2.387.1,  which is the latest one and tried 
to run using  java8 but it throws error like the java8 is not supported for 
this latest version.

Yes, you need to run it on at least Java 11.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/6c0d0d37609dee1cd0db75cf99af3b2816278f53.camel%40opentext.com.


Re: Regarding unable to view the jobs in jenkins

2023-03-26 Thread 'Dirk Heinrichs' via Jenkins Users
Am Samstag, dem 25.03.2023 um 10:26 +0800 schrieb Ashok Reddy:

For most of the applications , we are using java8.
Hence , the new jenkins version which is not supported for java8.

The Java version Jenkins runs on is independent of the Java version used by 
your apps.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2b4eac01803a1bb081e3098d66133678bfa155f5.camel%40opentext.com.


Re: DSL example code required

2023-02-12 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 10.02.2023 um 09:28 -0800 schrieb Tariq Mahmood:

I need an example code of DSL  where I set gitHubBranchDiscovery

You mean "Job"-DSL? In this case simply open 
https://your.jenkins.server/plugin/job-dsl/api-viewer/index.html# in a browser 
to see all possible method calls (depending on currently installed plugins).

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/04272a9b9dab508bba653c92c8e7438df0474585.camel%40opentext.com.


Re: Jenkins Agent Java Certificate Error

2023-02-09 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, dem 08.02.2023 um 14:29 -0800 schrieb TJ Patterson:

If you are using a self-signed certificate

So, do you?

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/19b84dd835e0090a970062ea26aad8bf41a14710.camel%40opentext.com.


Re: Help with Publish Over SSH plugin?

2023-01-31 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 31.01.2023 um 14:00 -0700 schrieb Alex Earl:

None of the other SSH plugins do a copy over SSH.

Yes, of course not. They were meant as examples how host key verification is 
handled differently by other plugins that make use of SSH. AFAIK the 
"publish-over-*" plugins don't use the same underlying SSH library plugin and 
tus don't have the same capabilities. IIRR they also don't use Jenkins' 
credentials provider...

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e79bcfe2979ec0ed0c1fccc982cfc2972e32f9de.camel%40opentext.com.


Re: Help with Publish Over SSH plugin?

2023-01-30 Thread 'Dirk Heinrichs' via Jenkins Users
Am Montag, dem 30.01.2023 um 19:11 -0800 schrieb 
zil...@gmail.com:

What other plugin would y'all recommend, that had the option to update the 
known_hosts file, or have a "No strict host check" option?

There are other plugins that use SSH, for example the SSH Agent plugin or the 
EC2 Cloud plugin. Both connect to agents using SSH and they offer 4 options for 
host key handling, from "strict" to "no check at all".

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f2c4afbceaadcc71d3ce22ef4541995ff2e0eafe.camel%40opentext.com.


Re: Another way to uninstall a plugin?

2023-01-08 Thread 'Dirk Heinrichs' via Jenkins Users
Am Sonntag, dem 08.01.2023 um 16:31 -0800 schrieb 
zil...@gmail.com:

No it's not the WMI Windows Agents plugin since we're totally a Linux shop.

That plugin is installed regardless of OS.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/eb9cb9a1ff18920f6188d5a79d5dda46afa0781b.camel%40opentext.com.


Re: Pending script approvals - Jenkins

2022-12-08 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 08.12.2022 um 20:31 -0600 schrieb M.Madhusudana Reddy:

I have the list from my old machine and would like to know if I can add all 
those signatures directly under the approved list.

Yes, this is possible. You can either use the "Jenkins Configuration as Code" 
(JCasC) plugin to export/import or just copy/paste (parts of) your 
configuration from your old machine to the new one in form of YAML files, or 
simply copy the $JENKINS_HOME/scriptApproval.xml file over.

Third alternative would be the "Permissive Script Security" plugin.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/49e55e0f7d085cdbcc12e49cd39412abe7046c39.camel%40opentext.com.


Re: *** buffer overflow detected ***: java terminated

2022-12-05 Thread 'Dirk Heinrichs' via Jenkins Users
Am Montag, dem 05.12.2022 um 11:28 -0600 schrieb M.Madhusudana Reddy:

My java version was jdk-11.0.16+8 and I updated this to the latest one in JAVA 
11 this morning which is jdk-11.0.17+8 and I still see the same error.

Tomcat is of version 9.0.0.0

Ah, I see. We have different conditions, then. We're not running Jenkins in 
Tomcat here. And I checked again what our problem was with Java 11.0.16. It was 
a memory leak which led to Jenkins (or better: its JVM) being OOM-killed by the 
Linux kernel. THAT was fixed with 11.0.17.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/dba5491ad09b0ca4eb8ba76c80ecf6dcb663316d.camel%40opentext.com.


Re: Host key verification failed

2022-12-05 Thread 'Dirk Heinrichs' via Jenkins Users
Am Montag, dem 05.12.2022 um 18:03 +0530 schrieb Ram R:

you need to check in the ssh plugin username and password

Why? The error message clearly says "HOST key verification failed".

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1607c084d2525dbc1a0b9ff37ada836923294c11.camel%40opentext.com.


Re: Host key verification failed

2022-12-05 Thread 'Dirk Heinrichs' via Jenkins Users
Am Montag, dem 05.12.2022 um 17:55 +0530 schrieb pooja pooja:

While executing my job am getting below error can anyone help me on this issue?

No screenshots, please. Copy/paste is far anyway.

The problem seems to be in the script that is called. It seems to try to make 
an SSH connection to a remote host of which the key has not been accepted, yet 
(on the host that is running the job/stage).

HTH,

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/88b30b5819a0c450769e6866a2830ed2d9f14ac7.camel%40opentext.com.


Re: *** buffer overflow detected ***: java terminated

2022-12-04 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 02.12.2022 um 13:41 -0800 schrieb Madhu Muchukota:

5568a8c67000-5568a8c68000 r-xp  fd:04 17591637   
/opt/apps/java/jdk-11.0.16+8/bin/java

You need to update to 11.0.17, it contains a fix.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/db34e239bf19b96d52f34e4974decbb06dc974ab.camel%40opentext.com.


Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 22.11.2022 um 05:11 -0800 schrieb Praju:

echo ${var}  ( Note : I am not defined var)

echo NEVER fails. If ${var} is not defined, echo will output an empty string, 
so you'll see an empty new line in your build's log.

If you want it to fail, you'd need to test whether the variable is defined, 
maybe like so:


[ -n ${var} ] || exit 1

See "man test" for the details.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c5c662fd0bc4213b56730433b66f1dc08c9803a4.camel%40opentext.com.


Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 22.11.2022 um 21:01 +0800 schrieb 
kakamai...@gmail.com:

throw exception in groovy

The question is about Linux commands, not Groovy.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e06045c10431c6099e32a1fee051caeb6f5a208a.camel%40opentext.com.


Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 22.11.2022 um 03:47 -0800 schrieb Praju:

I need to fail jenkins job if any linux command return error message , could 
any one help one this

By default, Jenkins runs "Execute Shell" steps with "/bin/sh -e -x". Due to 
"-e", the step will fail if any of its commands fail. And if the step fails, 
the build fails, too.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/651723dbc05a4aaa9536ba6c60d7c4cbff8b825b.camel%40opentext.com.


Re: jcasc

2022-09-18 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, dem 14.09.2022 um 07:53 -0700 schrieb 
vla...@gmail.com:

but in which menu do I find 'view configuration'?

Sorry, I thought you've at least read the documentation. My fault.

Anyway, it says:

"If set up correctly, you should be able to browse the Configuration as Code 
page Manage Jenkins -> Configuration as Code."

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/bc1280f7feb762f5b36369afa6ff05b92db56461.camel%40opentext.com.


Re: How do I spin up multiple agents automatically

2022-09-14 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 15.09.2022 um 10:18 +0530 schrieb Lalit Shukla:

I would like to spin up agents on AWS, what plugin should I use?

Go to the plugin manager, select "Available" and filter for "AWS". You'll see 
it.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/21bdd4413a02556ac9e6e316f428203b673250d1.camel%40opentext.com.


Re: How do I spin up multiple slaves automatically

2022-09-14 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, dem 14.09.2022 um 03:19 -0700 schrieb Lalit Shukla:

I want my upstream Jenkins job creates multiple slaves when I triggers it and 
on those slaves I want to install docker in 1 slave and ansible in another ,  
how can I achieve it, Please guide.

Spin up multiple agents (please NOT: "slave") where? There are several plugins 
that handle dynamic agent creation depending on environment (AWS, VMWare, 
Kubernetes,...), so the answer to this question heavily depends on your 
environment.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0b72142f6d1e0b430ba58becde7d94c4fbaedfac.camel%40opentext.com.


Re: jcasc

2022-09-14 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, dem 14.09.2022 um 00:47 -0700 schrieb 
vla...@gmail.com:

>From an existing jenkins that we want to reproduce (nearly the same), is it 
>possible to create a Jcasc Script?

Just click on "View existing configuration", copy/paste it and modify as 
needed. Keep in mind that the other Jenkins wont be able to decrypt the 
credentials, so it's best to move them to an external source like Hashicorp 
Vault (-> Hashicorp Vault Plugin) to keep them out of the JCasC file(s).

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7139eb3fd311ddca5f13a2373adb6cd8638dbd0e.camel%40opentext.com.


Re: HTTPS - works okay, but 2 problems

2022-09-13 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 13.09.2022 um 16:58 -0700 schrieb John Horne:

> I was asked to implement SSL onto our Jenkins service, and have done
> that using a keystore.

Better use an Apache or NGinx reverse proxy in front of it to handle
the TLS stuff. They both read the certificate files directly, so you
don't need to mess with the Java keystore. And, in case you've got more
web based services to maintain, it's the same mechanism everywhere,
regardless of backend service. Doing this here for Jenkins, Mercurial
(HGWeb), Nexus, Artifactory, Vault, ...

HTH...

 Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ccce710939334b141f35020e2c22828303cafb6d.camel%40opentext.com.


Re: [JJB] Jenkins Job Builder - any users here?

2022-09-08 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 08.09.2022 um 23:15 -0700 schrieb Weihong Xu:

Not exactly. I have already used Jenkins pipeline to define the CI/CD workflow. 
The problem is I still need to create Jenkins job manually in the web UI to run 
those pipeline scripts. I hope this could also be automated. In the end users 
just need to tell the meta job where their repos are, and the meta job will 
created the pipeline Job automatically by reading some .yml file in the repos 
they provided.

Ah, OK. Got it now.

I guess then it's best to use Job-DSL. You can create a seed job which reads 
some Job-DSL code along with a configuration file from a repository (or even 
separate ones). The DSL code then just iterates over the entries in the 
configuration file and creates a job for each one, maybe like (in YAML):


---
jobs:

  - name: job_1

repository:

  credentials: 

  url: 

type: 

  - name: folder/job2

repository:

  ...

This way users can update the file, issue a merge request, which triggers your 
seed job after merge...

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a6697c75db1fcdde7135d34526fd96c3fa7576b9.camel%40opentext.com.


Re: [JJB] Jenkins Job Builder - any users here?

2022-09-08 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 08.09.2022 um 19:15 -0700 schrieb Weihong Xu:

> I have plan to try it in our projects, but it is still a little bit
> difficult for me to choose between Job DSL and it. I am try to find a
> tool with which I can create a meta job in Jenkins that allows users
> to fill there git url and then it will checkout the code and read
> some .yml file to create / update a job automatically.

What you want are (Multibranch-) Pipeline jobs.

HTH...

 Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7122575e524c968fd51e169e7add59ac980d9159.camel%40opentext.com.


Re: copy artificate slave server to master server in jenkins pipeline

2022-08-17 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 16.08.2022 um 04:34 -0700 schrieb Prasant singh:

> can you please help how to cop artifacts on master server without
> using cp orscp command on master Jenkins server?

Depends on your use case. You can either use stash/unstash or archive
artifacts/copy artifacts. The former is for preserving files for usage
in later stages of a pipeline, the latter for providing artifacts to
other jobs (regardless on which node those jobs will run, since the
artifacts are always stored on the controller).

HTH...

 Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/dce8b00737c5a61197c27e5dfa4ac57fc47dc2a4.camel%40opentext.com.


Re: Error installing plugins for Jenkins 2.346.2

2022-08-07 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 05.08.2022 um 08:17 -0700 schrieb Mark Waite:

> Maybe the yum upgrade needs to be followed by a restart of the
> computer?

Usually not, unless it included a kernel update (and you wish to take
that into use right away). This isn't Windows, where you need to reboot
after every mouse move... 😉️

HTH...

 Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/22f9abe70cc1bb78ee76c048dc189de92c104bdb.camel%40opentext.com.


Enforce appending @ to workspace directory even if concurrent builds run on different nodes

2022-07-25 Thread 'Dirk Heinrichs' via Jenkins Users
Hi,

when running concurrent builds of the same job, Jenkins usually adds an 
"@" suffix to the workspace name so that those builds can't interfere 
with each other, but only if the concurrent builds are running on the same 
node. This prevents usage of a shared network filesystem for the workspaces on 
each agent. Is there a way to enforce adding the suffix, even if the builds are 
running on different nodes?

Thanks...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a01e8827dfb3aac1937fed8e23759e81bd2d1e83.camel%40opentext.com.


Re: "keep this build forever" via rest api?

2022-07-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 22.07.2022 um 05:00 -0700 schrieb LnT:

I get gone with toggleLogKeep in My old Jenkins ver. 
2.190.1
Now upgraded to Jenkins 
2.332.3
Stopped now with ERROR 403 No valid crumb was included in the request
what could be the issue ?

If you were using username/pw to access the REST API in your old Jenkins, you 
might need to switch to username/api-token now. Or, even simpler, switch to the 
built-in SSH server:


% ssh -p  -i path/to/keyfile user@jenkins-host 
help keep-build
java -jar jenkins-cli.jar keep-build NAME BUILD#
Mark the build to keep the build forever.
 NAME   : Item name
 BUILD# : Build number

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/17fef8d3f820570c2ca4c1696dbc3a5f25b4d350.camel%40opentext.com.


Re: Openssl issue on mainframe agent

2022-07-01 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 01.07.2022 um 16:39 +0530 schrieb Adharsha sri:

> We are facing issue with openssl on mainframe agent.

Why is this a Jenkins problem?

Bye...

 Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ec2fe87c97ba6817b501a85c2c887b0f3a54755b.camel%40opentext.com.


Re: Reasons for workspace cleanup

2022-04-05 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 05.04.2022 um 09:38 +0200 schrieb Fabian Cenedese:

Are you talking about your own self-made cleanup jobs or is that
  something builtin into Jenkins?

Self-made.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4eb56ec52dabcca292ab077ccc9c893ce318d062.camel%40opentext.com.


Re: Reasons for workspace cleanup

2022-04-04 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 05.04.2022 um 08:35 +0200 schrieb Fabian Cenedese:

My problem is now that sometimes the workspace on the node
is completely wiped, sometimes even while the task is running
which of course then makes it fail. But I couldn't find a reason
why this would happen.

There are various places in a job's configuration where workspace cleanup can 
be enabled, partly depending on installed plugins, for example:


  *   The SCM section
  *   Under "Build environment": Delete workspace before build starts
  *   Under "Post-build Actions": Delete workspace when build is done
  *   Might also be something in your build steps
  *   Workspaces can also be wiped manually from the job's page
  *   We have special cleanup jobs in place that periodically remove all 
workspaces
  *   ...

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/cebd5de74f86af4aa3af3c67757c6e7e5644d88d.camel%40opentext.com.


Re: Keyring in jenkins cli

2022-02-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 22.02.2022 um 06:33 -0800 schrieb Bhargav sai:

While uploading the python package using twine, it's asking for credentials.

I also don't know Twine, so I checked its documentation. It says:

-u USERNAME, --username USERNAME
The username to authenticate to the repository
(package index) as. (Can also be set via
TWINE_USERNAME environment variable.)
  -p PASSWORD, --password PASSWORD
The password to authenticate to the repository
(package index) with. (Can also be set via
TWINE_PASSWORD environment variable.)

So you can use environment variables to provide the credentials, which means 
you can use the instructions from my previous mail.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/175baf4d8b15d9f897ac689ee34d4258a4998338.camel%40opentext.com.


Re: Keyring in jenkins cli

2022-02-22 Thread 'Dirk Heinrichs' via Jenkins Users
Am Montag, dem 21.02.2022 um 22:18 -0800 schrieb Bhargav sai:

How to input the password to the build.

Don't know what exactly "keyring" is, but in order to inject credentials into a 
build, you'd need to add them to Jenkins, first: "Manage Jenkins" -> "Manage 
credentials". Then, in the job configuration, you cann check "Use secret 
text(s) or file(s)" to add one or more credentials bindings, which will put 
your credentials into environment variables for use in the build steps. Jenkins 
will also ensure that all ocurrences of the username or password are properly 
masked in the build log.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7b938d6bc5e2dec8eb5f05e99a398b770590bbc9.camel%40opentext.com.


Re: Unable to send mails from Jenkins

2022-02-04 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 04.02.2022 um 14:35 +0530 schrieb Vinodkumar Chenna:


javax.mail.AuthenticationFailedException: 421 4.7.66 TLS 1.0 and 1.1 are not 
supported. Please upgrade/update your client to support TLS 1.2. Visit

https://aka.ms/smtp_auth_tls.
 [

MW4PR03CA0280.namprd03.prod.outlook.com

]


Did you actually follow that link and read the document? It clearly says what 
to do:

"Legacy clients and devices will need to be configured to submit using the new 
endpoint smtp-legacy.office365.com"

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9e36936daf95dd4d0f02a0890e667108d8f7e23e.camel%40opentext.com.


Re: Fail to upgrade Jenkins on windows

2022-02-03 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, dem 02.02.2022 um 15:36 -0800 schrieb James Nord:

Jenkins can upgrade itself when run as a service in windows

It never worked back when we were running Jenkins on Windows (Server 2008 R2, 
as service). Fortunately we switched our controller to Linux some years ago...

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a723f547a85851ebda9e3da4d0c7073ba01ffb76.camel%40opentext.com.


Re: Fail to upgrade Jenkins on windows

2022-01-21 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 20.01.2022 um 11:52 -0500 schrieb Alessandro Ferrucci:

The process cannot access the file because it is being used by another process.

That's hat you get when you run servers on Windows. Unlike Linux, Windows can't 
overwrite executables while they run (in this case your jenkins.war). You need 
to shutdown Jenkins, rpelace the file, start Jenkins.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7253e78d119f2545769473c260829671983ee624.camel%40opentext.com.


Re: Multibranch job export/import

2022-01-11 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 11.01.2022 um 07:59 -0800 schrieb Madhu Muchukota:

Do we have any documentation on this on how to export multibranch pipeline jobs?

You can export any job's config.xml using the Jenkins CLI (possibly via the 
built-in SSH server on port ), like so:

ssh -p  @ get-job  >config.xml

and re-import like so:

cat config.xml|ssh -p  @ create-job 

or, w/o storing the config.xml anywhere:

ssh -p  @ get-job |ssh -p  
@ create-job 

You can get help by issuing a "help" command (ssh ... help).

Alternatively, if you want to keep the history and archived artifacts of your 
jobs, just rsync the ${JENKINS_HOME}/jobs folder over. Anyway, you might need 
to create other resources used by your jobs first, like credentials and such. 
In this case, the Jenkins Configuration as Code plugin should help.

HTH...

Dirk
--
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/49195e61afabdef9ec733d33e4c467aa8b7e563f.camel%40opentext.com.


Re: Copy Artifacts: Difference between "Latest successful build" with and without "Stable build only" checked?

2022-01-04 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 04.01.2022 um 13:19 +0100 schrieb Simon Richter:

A "successful" build has a result of either STABLE or UNSTABLE, while a
"stable" build needs a result of STABLE.

Thanks a lot.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/31dfc38d7d31c671f20879c4c5a6204dbe2f18e5.camel%40opentext.com.


Copy Artifacts: Difference between "Latest successful build" with and without "Stable build only" checked?

2022-01-04 Thread 'Dirk Heinrichs' via Jenkins Users
Hi,

as the subject says, what's the exact difference? The documentation doesn't 
tell.

Thanks...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d9349335e83f7223053748962ff84922e7945c16.camel%40opentext.com.


Re: No of builds ran on a given build node/agent

2021-12-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 10.12.2021 um 06:51 -0800 schrieb Madhu Muchukota:

Hi Team - Is there a way for me to find out how many number of builds executed 
on each build nodes that we have in a given time period?

Yes. You can get the build history for every job (which includes the node each 
build ran on) using some Groovy scripting (-> Manage Jenkins -> Script console).

I want to check if the load is equally getting distributed between the build 
nodes.

It usually isn't, since Jenkins prefers the same node for subsequent builds of 
the same job. It only uses a different node if the preferred node is busy (has 
no free executors).

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/54747614fd7fd833f4e746b50f94399333934496.camel%40opentext.com.


Re: Link artifacts to external location

2021-12-10 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 10.12.2021 um 13:26 + schrieb 'Dirk Heinrichs' via Jenkins 
Users:

Am Freitag, dem 10.12.2021 um 05:20 -0800 schrieb Sverre Moe:

>From what I can tell from the Azure and S3 Artifact Manager, you can continue 
>to use the step archiveArtifacts.

How does this step know which Artifact Manager to use?

Yep, the same question also came to my mind after reading the documentation for 
the S3 one. I can only guess that it uses S3 as soon as it's installed and 
configured. At least the documentation doesn't tell how to choose, and the 
included screen shots doesn't show a selector or similar.

Since the plugin looks like something we might want to use this plugin in the 
foreseeable future, I opened a ticket to clarify that question: 
https://issues.jenkins.io/browse/JENKINS-67350

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com<mailto:dhein...@opentext.com>
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c2f557408312640f4284edc4b7edd94ef7929cac.camel%40opentext.com.


Re: Link artifacts to external location

2021-12-10 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Freitag, dem 10.12.2021 um 05:20 -0800 schrieb Sverre Moe:

>From what I can tell from the Azure and S3 Artifact Manager, you can continue 
>to use the step archiveArtifacts.

How does this step know which Artifact Manager to use?

Yep, the same question also came to my mind after reading the documentation for 
the S3 one. I can only guess that it uses S3 as soon as it's installed and 
configured. At least the documentation doesn't tell how to choose, and the 
included screen shots doesn't show a selector or similar.

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/143f2c41017869bd35b9bc356cabace14d5bb2d3.camel%40opentext.com.


Re: Link artifacts to external location

2021-12-10 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Freitag, dem 10.12.2021 um 04:58 -0800 schrieb Sverre Moe:

Publish over SSH: Does not seem to support Pipelines. Is also up for adoption

and is not an artifact manager, but a publisher (as the name says).

Nexus Artifact Uploader:  Seems it only supports uploading to a Maven 
repository.
Strange considering: "This plugin goal is to upload artifacts generated from 
non-maven projects to Nexus"

Yeah, this is pretty useless (esp. when compared to the Artifactory plugin). It

  *   isn't even implemented as a publisher, one has to add build steps
  *   can only upload one artifact at a time, so one needs to add even more 
build steps

so we ended up writing our own (Groovy) script to do the upload. It's still a 
build step, but only one...

And, btw., it's also not an artifact manager [;-)]

Bye...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: 
www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c8251c6daa6b80cc0a555c7fe58d28ce75258f87.camel%40opentext.com.


Trigger (and track) a build promotion from an unrelated job (using Groovy script)

2021-11-19 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Hi,

given 2 (non-pipeline) jobs, A and B, where B needs to automatically
update the version of A's built software on a branch which is then
consumed by job C. In order to do this, B would need to
   1. Check whether A's latest successful build has also been
successfully promoted (say by promotion X)
   2. If not: Run A's promotion X and wait for it to finish
successfully. Fail the build if the promotion fails
   3. Get the archived results of the promoted build, update a branch
in the repository used by C with A's new version and push the change to
trigger a build of C

The problem I have is in step 2. I can trigger the promotion using a
curl command from a Shell step, but I'm stuck about how to do this from
a (System?) Groovy script AND  track its progress.

Any ideas?

Thanks in advance...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c2ef7e34f89c33b14643134975c6a099f742c508.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Artifact deployer error failed to deploy

2021-11-05 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Freitag, dem 05.11.2021 um 14:51 +0530 schrieb Adharsha sri:

> Can you please let me know what are the details need to be added.

In addition to what Adrien wrote: Just think about what information you
would need if a stranger asked you to solve this problem.

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8f4ed37a11cc8abbc4cc561bc76c30125e4ea975.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Artifact deployer error failed to deploy

2021-11-05 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Freitag, dem 05.11.2021 um 14:28 +0530 schrieb Adharsha sri:

> We are using artifact deployer plugin but getting the below error
> Failed to deploy . Java.io.Exception remote call on host failed.
> Please help to resolve this issue.

Please do not, under any circumstance, provide more details. Someone
might be able to help you... *SCNR*

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f706e2761caedc269f998ba6318716f32007bd43.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: "pending - waiting for next executor" message occurs while executing the job in Jenkins

2021-10-20 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Mittwoch, dem 20.10.2021 um 19:56 +0530 schrieb Poonkuzhali Muthiah:

> It's a freestyle job.This job is to connect to  Virtual machine over
> ssh.It was working fine.I am getting this response since yesterday .
> whenever I try to run any job,it says build is in queue. Attached the
> screenshot for reference.

I only see one node there, I guess that's master. Is the VM you
mentioned considered to be always up or is it started on demand? If the
first, then it should likely also show up with its executors below your
master executors. So you should check why that VM isn't running (or
isn't started if should be starting on demand). Also check the
configuration of your job as to whether the "Restrict where this job
can be run" setting matches the name/label of your VM and fix it if
needed.

HTH...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/664d0772881830e14435139f38fb36e352b99cd1.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: "pending - waiting for next executor" message occurs while executing the job in Jenkins

2021-10-19 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Dienstag, dem 19.10.2021 um 16:21 +0530 schrieb selva vignesh:

> So, you are getting this error.

No, this is not an error, just an informative message.

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/330414fbaf4d4f4b9f79bb7de307240abac94485.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Jenkins workspace with @2

2021-09-17 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Freitag, dem 17.09.2021 um 01:14 -0700 schrieb Lalchand Rajak:

> I  have a job running in Jenkins and It's creating a workspace with a
> job name@2 or sometimes with @3. Can any one help why this is
> happening?.

Because you have multiple builds of that job running at the same time.
You don't want them to build in the same workspace, do you?

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d1148e47a9d8cdde0f93667657b5a509e99e.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: How to hide/remove some tags from Jenkins builds?

2021-09-16 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, dem 16.09.2021 um 04:25 -0700 schrieb Gianluca:

> Is there a way to set Jenkins to discover only certain tags based on
> a patter name, similar to branches?
> 
> If not what are my alternatives to hide some tags from that tab?

Please vote for this issue: 
https://issues.jenkins.io/browse/JENKINS-64810

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/160da4fd3bf3b09154f59caa2974562f0f0964a3.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: How to change the slave node instance type

2021-09-09 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, dem 09.09.2021 um 11:18 +0530 schrieb 'Venkat' via
Jenkins Users:

> I have a slave node of Linux instance type t3a. large I need to
> change it to a higher instance type.

How did you create the agent? By clicking "Provision by..." in the node
list or by defining an AMI for ondemand-usage based on a label under
"Configure Clouds"? If the latter, it should be possible to change the
instance type for an AMI at any time. Don't whether this is true for
static agents, though.

HTH...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4a691fb893f186a5bc8236b3807b29c4bcf8c05c.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: How to change the slave node instance type

2021-09-09 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, dem 09.09.2021 um 17:48 +0200 schrieb Arnaud bourree:

> Jenkins doesn't instantiate vm in aws

What is https://plugins.jenkins.io/ec2/ good for, then? Its
documentation says: "Allow Jenkins to start agents on EC2 or Eucalyptus
 on demand, and kill them as they get unused.".

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/dc3c8daa305372e5dd412112dfa38971c77bebf5.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: How to change the slave node instance type

2021-09-08 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, dem 09.09.2021 um 10:57 +0530 schrieb 'Venkat' via
Jenkins Users:

> How can I change the slave node instance type?

Please, do not provide any details, someone might be able to help you.
*SCNR*

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a0f1d4000d1d0d75b69fbafacce72e6dc920db5b.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: jenkins status page checkmark instrad of green balls

2021-06-17 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, den 17.06.2021, 14:41 +0200 schrieb Ullrich Hafner:

> b) Write a Jenkins theme that uses the old and ugly ball images

Uglyness always lies in the eye of the beholder, doesn't it? Some
people might find the new ones ugly...

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3297d29e5f5db7805f899f5aa6473ab952885fcb.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: AMI Build Failures - New packer version

2021-06-15 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Dienstag, den 15.06.2021, 18:33 -0700 schrieb Prem Kumar:

> The error is attached to this conversion.

Nobody opens attachments from unknown senders. Please simply copy/paste
it.

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8ea4c42ab1f8edc63d38c57b9c605e5b256eb3ac.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: login security

2021-05-06 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, den 06.05.2021, 00:04 -0700 schrieb Ewelina Wilkosz:

> 1. account lockout - is it possible to lock the account after a
> certain number of unsuccessful login attempts (Active Directory in
> use)?

This is an AD feature, so yes (you might need to disable AD caching in
Jenkins, but I'm not sure). Our AD is configured to lock accounts for
15 minutes after 3 failed login attempts. Doesn't matter where these
failed attempts came from (Jenkins, Windows login, ...).

HTH...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7318dbb425df31336eadb10169188abd33612767.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: How to fix workspace deletion on slave node

2021-04-16 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, den 15.04.2021, 23:39 +0530 schrieb DHAVAL JAISWAL:

> Guide me on how can I fix this issuer permanently & save my workspace
> and build.

Don't do that. Use an "Archive Artifacts" post build step in your job
to archive exactly those build artifacts you really need.

HTH...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ef7c8be2cdc44b37d5aa8aeacf9a78cdd52ad2ef.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, den 15.04.2021, 08:47 -0600 schrieb Eric Fetzer:

> So here's what blows my mind about a tag.  If I go to the tag in
> GitHub Enterprise, it has a .zip and .tar.gz associated with it.  If
> I unpack that file, it has the entire contents of the repository in
> it.  That seems like a view label to me.  But yet all of the
> documentation talks about the tag as a change set.  I don't get it!

GitHub, GitLab, , and all those sites are NOT Git.
They are collaboration platforms that use Git for source code
management and offer some additional tooling around it. One such offer
is to allow the user to download a ZIP or Tar archive of a particular
state of a repository (i.o.w.: a snapshot, w/o the history), which can
be identified by a Git tag, but also by a changeset identifier (for
example: 
https://github.com/saltstack/salt/archive/d240e450f449f16ef176a9cb563b9f0447687a6e.zip
). These are usually created on the fly when someone requests the
download.

Speaking of Git tags (or branches): They're all the same, a reference
to a specific changeset. The only difference is that branch refs are a
moving target (they always reference the latest changeset of a
particular branch of development), while tags are not.

HTH...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/eed9236d95231f0893d0e6a90bc399e28ade9564.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: GitHub Clone to Different Local Directory

2021-03-31 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Mittwoch, den 31.03.2021, 08:17 -0600 schrieb Eric Fetzer:

> Hi Dirk, sorry I didn't respond earlier, but I did try these things. 
> They just didn't work.  Questioning whether I didn't run into a
> firewall rule.  Even though they allow us to add an SSH Key in
> GitHub, that doesn't mean they've opened port 22 on the server.  When
> I try to ssh g...@github.com, it ends up "Connection timed out".  I
> would kind of expect a refusal if the firewall were slapping it down,
> but not sure.

Nope. This is exactly what you see if it's blocked by FW. If you could
reach github.com with SSH (on port 22), but they didn't have the port
open (no daemon listening), you'd get a "Connection refused" right
away.

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ec9bd6553d4e17a0bf6d9863da02e44ef6390ce8.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: GitHub Clone to Different Local Directory

2021-03-30 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Montag, den 29.03.2021, 12:26 -0700 schrieb eric@gmail.com:

> The only thing I can guess is that ssh is getting a question when he
> attempts to connect wanting to be added to the known_hosts file. 
> Wondering if maybe there's a way to establish this if this is indeed
> the issue?

Yes, of course it does, and yes, there is (see my other two replies
from yesterday). SSH verifies that it indeed connects to the correct
remote host (github.com in this case), by comparing the HOST key of the
remote host it has stored in the local user's (or machine's)
known_hosts file. On the first connection, it asks the user to confirm
the remote host key (unless the user has certain options set in her
~/.ssh/config to either skip the verification completely or accept new
keys w/o asking). And this is what's happening here.

So, to get out of this, you need to login to your Jenkins machine once
(as the user running Jenkins), run "ssh g...@github.com" and confirm the
host key. Or add "StrictHostKeyChecking no" or, if your SSH is recent
enough, "StrictHostKeyChecking accept-new" to that user's ~/.ssh/config
(or machine's /etc/ssh/ssh_config).

HTH...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d8bd7d209c38e258fa083e78f484d2529a9b4cab.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: GitHub Clone to Different Local Directory

2021-03-29 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Dienstag, den 30.03.2021, 05:59 + schrieb 'Dirk Heinrichs' via
Jenkins Users:
> Am Montag, den 29.03.2021, 11:07 -0700 schrieb eric@gmail.com:
> 
> > Please make sure you have the correct access rights
> > and the repository exists.
> 
> Oh, yes, forgot that: On the host(s) that does/do the cloning, you
> need to either
> connect to g...@github.com once per SSH on the console and as the user
> who runs Jenkins, to add the GH host key to that users known_hosts
> file, oradd a host block to that users ~/.ssh/config file like:
> host github
> Hostname github.com
> User git
> IdentityFile ~/.ssh/my_github_key
> ServerAliveInterval 15
>StrictHostKeyChecking no
> 
> In the second case, you also don't need to store the credentials in
> Jenkins, since you can use the alias "github" directly in your URLs,
> like "github:path/to/repo" (instead of "g...@github.com:..."). If
> you're reluctant to skip host key verification, you can also omit the
> last line and combine the two methods.

If you are running many Jenkins agents you can of course do the first
step once on one of them and then copy the GH host key into either the
user's ~/.ssh/.known_hosts or the global /etc/ssh/ssh_known_hosts file
on the other ones.

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/555dfc6a05436febb4f16d0a5d81b7a1c4c3f928.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: GitHub Clone to Different Local Directory

2021-03-29 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Montag, den 29.03.2021, 11:07 -0700 schrieb eric@gmail.com:

> Please make sure you have the correct access rights
> and the repository exists.

Oh, yes, forgot that: On the host(s) that does/do the cloning, you need
to either
 * connect to g...@github.com once per SSH on the console and as the
user who runs Jenkins, to add the GH host key to that users known_hosts
file, or
 * add a host block to that users ~/.ssh/config file like:host github
   Hostname github.comUser gitIdentityFile
~/.ssh/my_github_keyServerAliveInterval 15 
 StrictHostKeyChecking no


In the second case, you also don't need to store the credentials in
Jenkins, since you can use the alias "github" directly in your URLs,
like "github:path/to/repo" (instead of "g...@github.com:..."). If you're
reluctant to skip host key verification, you can also omit the last
line and combine the two methods.

Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/326bd980bf6fb0c452acc3581fbdda80ec870166.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: GitHub Clone to Different Local Directory

2021-03-29 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Montag, den 29.03.2021, 07:44 -0600 schrieb Eric Fetzer:

> Thanks for your reply Dirk!  I'm a unix guy and that would have been
> my first choice, however I don't have access to the GitHub OS, only
> my particular repositories.

I don't understand. Nobody has this kind of access. But everybody can
add SSH keys to their GH account (using the web UI).
Bye...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7363fbe30406b54bee9b6671dc9754cbf78081c7.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: GitHub Clone to Different Local Directory

2021-03-29 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Montag, den 29.03.2021, 07:22 -0600 schrieb Eric Fetzer:

> It was a bit painful, but at least it gets it done.  What I've
> implemented is passing the workspace to the checkout, checking out as
> my user to my user workspace (home directory), moving the files
> checked out to the jenkins workspace, using sudo to chown the folder
> and files to be owned by the jenkins user.  It's very crude but it
> works.  I'm going to take a look at Mark's option above, but at least
> I found something that will work...

We've been doing GitHub checkouts from Jenkins for quite some time
(until we moved the other way round, to a self-hosted GitLab), and
didn't have any problems. However, we used SSH keys, which can be added
to Jenkins Credentials and then used by the plain Git plugin in any
Freestyle or Pipeline job.

HTH...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1f5a073cd7dd8172fff194b00193e4b52f6b2772.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: How to get a System Groovy Script in Git

2021-02-15 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Montag, den 15.02.2021, 13:01 -0800 schrieb Amedee Van Gasse:

> Would I need another configuration before that? In "Source Code
> Management"?

Yes. Just add the it repo containing your script there (as you would do
in any other job) and change the System Groovy Script step to use the
script from there.

HTH...

   Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e59a83c229c8847b5ee48101747f8163c30aabf3.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Multibranch Pipeline git events on PR

2021-02-15 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Mittwoch, den 10.02.2021, 16:16 +0545 schrieb Gautam, Rishi:

> I was trying to carry out git operations on any other branch than the
> PR source/destination branch in a jenkins multibranch pipeline.When I
> scanned the branches inside the PR build job, I didn't see any other
> branches. I only got below branches on git branch -a command on
> pipeline:
> * PR-2  remotes/origin/PR-2  remotes/upstream/stage

Any chance the job configuration contains a branch filter?

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/89957a72d652f2e56a2622a2da67756688afee42.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Jenkins URL https://.com/ is not working(502 Bad Gateway)

2021-02-11 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, den 11.02.2021, 03:36 -0800 schrieb anilkumar panditi:

> Could you please give the docker run command to use 443 ,

I could (and did, see my previous responses), but I doubt it would make
sense, since I don't think the Jenkins inside your container is
configured to use SSL, or is it?

If you want to protect your Jenkins setup with SSL, I'd recommend
running an Apache2 or NGinx webserver as a reverse proxy in front of it
to handle the SSL stuff (see Jenkins documentation). This could be
running directly on your Docker host, inside a container or even on a
remote machine, but that's up to you.

As long as you don't have this set up, it doesn't make sense to try to
connect using https://. Please first try to connect w/o SSL to confirm
it's working, by using "curl http://:8080" from a remote
host. Then setup SSL.

BTW: If you change your "-p 8080:8080" to "-p 80:8080", to map the
hosts port 80 to the containers port 8080, you can omit the port number
when running your curl command, since 80 is the standard port for
http:// (the command becomes just "curl 
http://>".

HTH...

Dirk

-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8e9c9c26e7f802d10521db8cd27e9f957cfdb985.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Jenkins URL https://.com/ is not working(502 Bad Gateway)

2021-02-10 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Mittwoch, den 10.02.2021, 04:00 -0800 schrieb anilkumar panditi:

> docker run --name myjenkins -d -u root -p 8080:8080 -p 5:5 -v
> $(which docker):/usr/bin/docker -v /jenkins:/var/jenkins_home -v
> /var/run/docker.sock:/var/run/docker.sock  myjenkins
> 
> And i curled from other host and it gets connected and throwing 502
> bad gateway.

>From your first mail, you where running curl with "https://...";, which
means port 443. I see no mapping of port 443 in the above command. Try
running curl with "http://...:8080";.

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d39a6b0de00dbc09e825f87193b07b3253c5c464.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Jenkins URL https://.com/ is not working(502 Bad Gateway)

2021-02-10 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Mittwoch, den 10.02.2021, 00:14 -0800 schrieb anilkumar panditi:

> And i have curled on host where Jenkins running as docker container ,

So, this seems to be a Docker question rather than a Jenkins one,
doesn't it? Anyway, did you start your container with an appropriate
port mapping for port 443 (option -p)? And maybe check that containers
on that host are generally reachable from other hosts (or, i.o.w.: that
your Docker networking is setup properly).

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/67f88f92ac50d7a9e252cc58f6584c5de1a51ad1.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Conventions for names of Jenkins jobs and job stages

2021-01-27 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Mittwoch, den 27.01.2021, 08:53 -0800 schrieb 'Martin Schmude' via
Jenkins Users:

> Any hints?

While I won't tell you how to name your jobs, I'd like to point you at
the folders plugin, which might help to organize them better.

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7048dc79729ca4012e313dce957b3cdbe5ac4d56.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: ada

2021-01-05 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Montag, den 04.01.2021, 13:03 -0800 schrieb Gil Jensen:

> Hello I am working on some ada code bases and would like
> to use Jenkins for  builds can you tell
> me if I would need a plugin to make this work?

Did you try the GPRBuild plugin (given that with Ada you mean GNAT ;-
))?

https://plugins.jenkins.io/gprbuild/

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/27b124e5eb083e85f8f49f4314355b8361ca41cd.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: JDK8 or JDK11 to be used for Jenkins ?

2020-12-11 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Freitag, den 11.12.2020, 02:00 -0800 schrieb mj1414...@gmail.com:

> I'm trying to decide, whether I should use JDK8 or JDK11 to run
> Jenkins.

We run ours on 11.

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1be39a0b9d46dac4884aed1d8058336f3ee57b68.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: String interpolation in sh command with credentials and (shared lib) function call

2020-11-17 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Dienstag, den 17.11.2020, 13:45 +0100 schrieb ST:

>  " '-Dproj.build.generatefromdb.user=${env.GEN_USR}'"

Try with ${GEN_USR} inside shell scripts, not ${env.GEN_USR}.

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4dd32ea372d43c9dde0800bed9a16253d45cb2e5.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: [EXTERNAL] - I get an error when trying to iterate a xml file in jenkins pipeline

2020-11-17 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Dienstag, den 17.11.2020, 03:42 -0800 schrieb jesus fernandez:

> parseTest(xml)

That should be parseText(), I guess.

HTH...

   Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3b61b9638164ebfea86616290d91330d7eefa6b9.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Looking for an email notification solution

2020-10-01 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, den 01.10.2020, 12:17 +0200 schrieb Mark Prins:

> there is https://plugins.jenkins.io/slack/ to post to a slack
> channel,

As well as https://plugins.jenkins.io/Office-365-Connector/ to post to
MS Teams channels.

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/b5de57a4d89d2892d3838ab235f9d85a97e19f16.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Help required: jenkins SSH connectivity issue

2020-07-27 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Montag, den 27.07.2020, 09:37 +0200 schrieb Sakshi Rathore:
> thanks , can you please suggest how can i change it to non verifying
> one?

Click on your agent, select "Configure", look for "Host Key
Verification Strategy" and select "Non verifying Verification
Strategy".

HTH...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/2cf8009f4d003529a5a2da3a984a0ad212f5a814.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Jenkins and HTTPS

2020-07-26 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Freitag, den 24.07.2020, 11:27 -0600 schrieb Mark Waite:
> As further help with that, you might try the guidance for "Running
> Jenkins behind iptables" .  That section of the reverse proxy
> configuration document uses the Linux kernel's iptables facility to
> route traffic from the privileged port (80 or 443) to an unprivileged
> port (usually 8080).  The document is only recently merged and we'd
> love to have feedback. corrections, and improvements to it.

We used to use this method in our setups, too, but recently switched to
using an Apache web server (NGinx would also work) as reverse proxy in
front of any, esp. Java based, web service we're running. The reason
for this is that all the SSL setup is far easier there and also unified
accross all the services, regardless which application server they're
based on (Tomcat, Jetty, ...).
HTH...
Dirk-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d0ff24dea3e154978d572adb43d4f946ace615f5.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, den 23.07.2020, 13:08 +0200 schrieb Sakshi Rathore:
> [07/23/20 11:03:50] [SSH] WARNING: The SSH key for this host does not
> match the key required in the connection configuration. Connections
> will be denied until the host key matches the configuration key.

You're sure you selected non-verifying strategy? Looks to me like it's
still trying to verify the host key.

HTH...

   Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/5344dbc1bc6d8366f985b477483c8a78e9f383f4.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Help required: jenkins SSH connectivity issue

2020-07-23 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, den 23.07.2020, 13:08 +0200 schrieb Sakshi Rathore:

> * Add the public key on ~/.ssh/authorized_keys This was done
You did that on the agent, I guess, and "~" here means "the /home of
the user" you try to connect as?

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f4d173ead92529d5c37ed189a58d7cbf9b200ad4.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Do multibranch jobs lead to code duplication?

2020-07-22 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Dienstag, den 21.07.2020, 14:37 -0700 schrieb 'Martin Schmude' via
Jenkins Users:
> If a small change has to be made to the Jenkinsfile, it has to be
> applied to all branches.

That's true for all code changes which are needed in multiple branches,
isn't it? That's called back-/forward porting. It allows your Jenkins
job to evolve together with your main code.

HTH...

Dirk
-- 
Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/09508c1895f9e6c6ef278e719d267476f49e39e9.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: ERROR: exec: /usr/bin/java/bin/java: cannot execute: Not a directory

2020-06-17 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Dienstag, den 16.06.2020, 07:35 -0700 schrieb Jagadeesh YENNE:

> /mnt/block_device/jenkins1/workspace/MFT-Frontend/MFT-Frontend-CI-
> Dev-UpdatedNode/mft-frontend/node_modules/sonar-scanner/bin/sonar-
> scanner: line 59: /usr/bin/java/bin/java: Not a
> directory/mnt/block_device/jenkins1/workspace/MFT-Frontend/MFT-
> Frontend-CI-Dev-UpdatedNode/mft-frontend/node_modules/sonar-
> scanner/bin/sonar-scanner: line 59: exec: /usr/bin/java/bin/java:
> cannot execute: Not a directory

Maybe your $JAVA_HOME is wrong? To verify, add an "execute shell" step
to your job which executes an "echo $JAVA_HOME" command.

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8f9da5c3c3524a806255d12c0a2a4c36d8e6db6e.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: How to get a list of jobs that are integrated with SonarQube

2020-05-27 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Mittwoch, den 27.05.2020, 21:33 -0500 schrieb Jan Monterrubio:

> Try printing like this:
> println(“${job.getFullName()} has soñar configuration”)

The script already has a line for this.

Bye...

   Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/32fc3047756383f007e116e41011f3fe021eda88.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: [EXTERNAL] - Re: How to get a list of jobs that are integrated with SonarQube

2020-05-26 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Dienstag, den 26.05.2020, 12:51 -0400 schrieb Vijay Gongle:

> I ran the above script and I get the below result with two of the job
> names which has SonarQube configurations. But I'm sure there are even
> more. 
> 
> Result* has SonarQube configuration.* has SonarQube
> configuration.groovy.lang.MissingMethodException: No signature of
> method: hudson.maven.MavenModule.getBuildWrappersList() is applicable
> for argument types: () values: []

Hmm, according to the module documentation (as posted by Jan), it
should have that method. Maybe you just need to import the module. Try
adding

import hudson.maven.MavenModuleSet.*

to the list of imports. We don't have any Maven jobs ourselves, so I
never needed to care .

HTH...

Dirk
-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/030526ffa4549b8c14d720010d4fc83f7d93ee2c.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: How to get a list of jobs that are integrated with SonarQube

2020-05-26 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Samstag, den 23.05.2020, 18:43 -0700 schrieb Vijay Gongle:
> We have plenty of Jenkins job and most of them are running with
> SonarQube for analysis. 
> 
> 
> 
> How to find out; how many such jobs are running with SonarQube ?

This is derived from a script I've used in the past to modify all
Artifactory wrappers in all our jobs:
import hudson.model.*
import hudson.plugins.sonar.*
import
jenkins.model.*


// Iterate over all jobs
Jenkins.instance.getAllItems(AbstractProject.class).each {job ->
  def fName = job.getFullName()


  // Iterate over all build wrappers
  for (wrapper in job.getBuildWrappersList()) {
if (wrapper instanceof SonarBuildWrapper) {
  println(fName + ' has SonarQube configuration.')
}
  }
}
println('Done.')

Paste it into the Script Console and see how it works. We don't use
SonarCube ourselves, so it may work or not, but it should point you
into the right direction.
HTH...
Dirk-- 
Dirk HeinrichsSenior Systems Engineer, Delivery PipelineOpenText ™ Discovery | 
RecommindPhone: +49 2226 15966 18Email: dheinric@opentext.comWebsite: 
www.recommind.deRecommind GmbH, Von-Liebig-Straße 1, 53359 
RheinbachVertretungsberechtigte Geschäftsführer Gordon Davies, Madhu
Ranganathan, Christian Waida, Registergericht Amtsgericht Bonn,
Registernummer HRB 10646This e-mail may contain confidential and/or privileged 
information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail.
Any unauthorized copying, disclosure or distribution of the material in
this e-mail is strictly forbiddenDiese E-Mail enthält vertrauliche und/oder 
rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-
Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/53911cd297f0aa4bcedeac64a755e8a6aaeddcd4.camel%40opentext.com.


signature.asc
Description: This is a digitally signed message part


Re: Jenkinsfile naming convention

2020-05-14 Thread &#x27;Dirk Heinrichs&#x27; via Jenkins Users
Am Donnerstag, den 14.05.2020, 06:59 -0700 schrieb Kris Z:

When adding the extension all the operating systems


That's not quite true. Unix-like OS' don't need one since they identify files 
by content, not by extension. So, a proper shebang line at the top should be 
sufficient to identify your Jenkinsfile as being Groovy.

HTH...

Dirk

--

Dirk Heinrichs
Senior Systems Engineer, Delivery Pipeline
OpenText ™ Discovery | Recommind
Phone: +49 2226 15966 18
Email: dhein...@opentext.com
Website: www.recommind.de
Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach
Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, 
Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646
This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorized 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/288e7d543e0d93f3bdf636bcc3b708b9244d677c.camel%40opentext.com.


  1   2   >