Jenkins and VM

2017-03-28 Thread Joaquin Henriquez
Hi List, I have Jenkins master running on a Linux server. I need to test certain SW (MSI) installation on many Windows versions. I have seen that VirtualBox only supports up to 4.3 (I am running on 5.1). Is there any other way to spinup before test and powerdown after test with a VM? BR

Build Monitor Plugin

2017-03-28 Thread Joaquin Henriquez
Hi This plugin: https://github.com/jan-molak/jenkins-build-monitor-plugin Post Groovy build: def result = manager.build.testResultAction.result def total = result.totalCount def failed = result.failCount manager.addShortText(failed + " / " + total + " failed") Exception (class:

Ovirt Plugin

2017-07-18 Thread Joaquin Henriquez
Hi Recently install the ovirt plugin. https://github.com/thescouser89/ovirt-slaves-plugin Jenkins: 2.60.1 Java 1.8.0_131 The test connection is correctly setup, and I can get the Slave node configure. At the time I try to launch I get: Connecting to ovirt server...

JENKINS-30691

2017-07-16 Thread Joaquin Henriquez
Hi Guys I am trying to configure the libvirt with the ovirt quemu engine I have. I bump also to the problem above on the dubject. I have on the Jenkins Server. Jenkins 2.60.1 JRE 1.8.0_131 Libvirt-plugin-1.8.5 Libvirt-java-0.49 Libvirt(.so)- libvirt-2.0.0-10 I have the exact same error as the

Jenkinsfile doubts

2017-07-20 Thread Joaquin Henriquez
HI ppl, I have the bellow Jenkinsfile and I want to either: 1) Include the node sectin inside the pipeline (but needs to run on the master while the other will run on the slave) 2) Either I need the jiraTicket variable to be pass to the Building stage (actually is is not cause it

Setup Declarative Script currentBuild.ChangeSets

2017-07-26 Thread Joaquin Henriquez
Hi Guys Does somebody has an example on the currentBuild.ChangeSets? Jenkins 2.60.2 On the Jelly emailext template (seems on the forEach changeSet.logs there is nothing). Do I need to put anything on the declarative script before? On my file it is under post,success

Blu Ocean Pipeline PNG

2017-06-07 Thread Joaquin Henriquez
Hi Is there a possibility go the the visual pipeline png somehow? I want to send it via email or via #slack when finished [cid:image001.jpg@01D2DF98.10673CF0] https://i.stack.imgur.com/pZ4r4.png BR Jo -- You received this message because you are subscribed to the Google Groups "Jenkins

RE: LDAP and systemctl jenkins restart

2017-10-05 Thread Joaquin Henriquez
inside Jenkins's logs when you save your LDAP configuration or during Jenkins startup ? Cheers 2017-10-03 15:55 GMT+02:00 Joaquin Henriquez <joaquin.henriq...@countercept.com<mailto:joaquin.henriq...@countercept.com>>: Hi ppl I configure LDAP and everything is fine, but when I res

RE: EXTERNAL: Redirect Jenkins from http to https

2017-09-11 Thread Joaquin Henriquez
https://wiki.jenkins.io/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Prasu S Sent: 11 September 2017 17:51 To: Jenkins Users Subject: EXTERNAL: Redirect Jenkins from http to https How to

LDAP and systemctl jenkins restart

2017-10-03 Thread Joaquin Henriquez
Hi ppl I configure LDAP and everything is fine, but when I restart Jenkins "systemctl restart jenkins" the config for LDAP is removed. Is this the way it should work or is there something wrong? BR Jo -- You received this message because you are subscribed to the Google Groups "Jenkins

RE: Console Output Proxy

2017-10-11 Thread Joaquin Henriquez
@googlegroups.com Subject: EXTERNAL: Re: Console Output Proxy Based on https://issues.jenkins-ci.org/browse/JENKINS-31464, I assume there is a proxy configured in your Jenkins instance, and the git plugin is using that proxy configuration. Mark Waite On Wed, Oct 11, 2017 at 12:33 PM Joaquin

Console Output Proxy

2017-10-11 Thread Joaquin Henriquez
Hi List On Console Output I have: Fetching upstream changes from https://devops@gitlab /devops/cc_packer.git > git --version # timeout=10 using GIT_ASKPASS to set credentials devops username password Setting http proxy: proxy:8080 > git fetch --tags --progress https://devops@gitlab

RE: EXTERNAL: Jenkins start-up fails after pointing to ssl cert and key

2017-11-27 Thread Joaquin Henriquez
Whats if you use NGINX as a reverse proxy …. That’s what I am doing (SSL) and it is working fine. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kaliyug Antagonist Sent: 27 November 2017 09:50 To: Jenkins Users Subject: EXTERNAL: Jenkins start-up

RE: EXTERNAL: Jenkins start-up fails after pointing to ssl cert and key

2017-11-27 Thread Joaquin Henriquez
at 11:28:09 AM UTC+1, Joaquin Henriquez wrote: Whats if you use NGINX as a reverse proxy …. That’s what I am doing (SSL) and it is working fine. From: jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] On Behalf Of Kaliyug Antagonist Sent: 27 November 2017 09:50 To: Jenkins Users

RE: EXTERNAL: Multibranch pipeline - Gitlab CE - Hook

2017-11-09 Thread Joaquin Henriquez
- Launch a build each time a commit or pull request is performed Got to the Project-->Settings-->Integration and select push&& merge and add the URL and token that you have from Jenkins when you created the Pipeline. Make sure with a tcptraceroute that you can reach the URL from GitlabCE

RE: EXTERNAL: Failed to connect to repository : Command "git.exe ls-remote -h

2017-12-06 Thread Joaquin Henriquez
: Command "git.exe ls-remote -h I did enter my uid and password, but I still get the error. Should it be the uid and password for GitHub or Jenkins? On Wednesday, December 6, 2017 at 11:30:51 AM UTC-5, Joaquin Henriquez wrote: >From ready your output: Caused by: hudson.plugins.git.GitE

RE: EXTERNAL: Failed to connect to repository : Command "git.exe ls-remote -h

2017-12-06 Thread Joaquin Henriquez
>From ready your output: Caused by: hudson.plugins.git.GitException: Command "git.exe fetch --tags --progress http://github.elguardia.net/MRAApps/TestRepo +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: remote: Invalid username or password. fatal:

RE: EXTERNAL: Jenkins Builds Failing

2017-10-24 Thread Joaquin Henriquez
Most likely you need to run the command manually from the workspace directory. You get Exit 1 so the build fails. C:\Jenkins\Workspace\NextGen Prototype\STM32F0\SAT1>C:\Keil_v5\UV4\UV4 -cr Satellite1.uvprojx -t "STM32F072RB-Nucleo" C:\Jenkins\Workspace\NextGen Prototype\STM32F0\SAT1>exit 1

RE: EXTERNAL: Unable to install Jenkins LTS in RHE LINUX

2017-10-24 Thread Joaquin Henriquez
It states it is a naming resolution. You should check your DNS or you cannot contact a DNS inside your VM. Also check the jenkins.repo (on cntos7) [jenkins] name=Jenkins binaries baseurl=http://pkg.jenkins.io/redhat-stable enabled=1 gpgcheck=1

Naginator Plugin

2018-02-23 Thread Joaquin Henriquez
Hi Has somebody use this plugin into a Jenkinsfile (Scriptting type). I just need it to make it work after an execption has happen but do not know how to put it on the Jenkisfile. Thanks Jo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

RE: Installation - No Plugin

2018-02-23 Thread Joaquin Henriquez
Do no attach images. Attach in text format the error. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of ?? Sent: 23 February 2018 10:25 To: Jenkins Users Subject: EXTERNAL: Re: Installation - No Plugin Jenkins version 2.89.4 Steps: 1. I downloaded

Deleting a Node Agent creates Exception (Jenkins ver. 2.107.1)

2018-04-10 Thread Joaquin Henriquez
Hi Guys When trying to delete a Node Agent I get the following exception. Has somebody come across it? I do it through the GUI. A problem occurred while processing the request. Please check our bug tracker to see if a similar problem has already been reported. If it is already reported, please

Redmine Plugin

2018-03-02 Thread Joaquin Henriquez
Hi Guys Any examples on a Jenkinsfile Pipeline (scripting) how to send the README.md file of the repo to Redmine? The API config is done just need the Jenkisfile definition. BR Jo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

RE: Naginator Plugin

2018-02-27 Thread Joaquin Henriquez
Thx Victor. Will watch tat ticket. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Victor Martinez Sent: 26 February 2018 15:53 To: Jenkins Users Subject: EXTERNAL: Re: Naginator Plugin There is already an open ticket: -

Naginator Plugin

2018-02-25 Thread Joaquin Henriquez
Hi Has somebody use this plugin into a Jenkinsfile (Scriptting type). I just need it to make it work after an execption has happen but do not know how to put it on the Jenkisfile. Thanks Jo -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

RE: EXTERNAL: Jenkins pipelines

2018-10-04 Thread Joaquin Henriquez
https://jenkins.io/doc/book/pipeline/ From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of robert.rajen...@ithands.biz Sent: 04 October 2018 12:41 To: Jenkins Users Subject: EXTERNAL: Jenkins pipelines I want to learn how to write jenkins pipeline so

Pull a Second CheckSCM

2018-08-31 Thread Joaquin Henriquez
Hi Guys Looking for some assistant here: stage('Get Terraform Repo') { steps { echo 'Getting Terraform Repo' checkout scm withCredentials([[$class: 'UsernamePasswordMultiBinding', credentialsId: 'devops_user_password',

RE: EXTERNAL: Running Jenkins behind Apache FAIL

2019-03-25 Thread 'Joaquin Henriquez' via Jenkins Users
Test - http://222.11.11.1:1213 : OK. Service avaiable. - http://ci.testsystem.com : FAIL. Service Unavailable Did you add it to the DNS (ci.testsystem.com = 222.11.11.1)? From: jenkinsci-users@googlegroups.com On Behalf Of han...@inswave.com Sent: 25 March 2019 16:44 To: Jenkins Users