Re: Mac Jenkins Can't Clone/fetch from GitHub

2016-10-04 Thread Hung
Well, I have an update. I am not sure this is as intended but here is what I had to do to get Jenkins working on my machine. I had to make the jenkins user a login able user. When I su jenkins to see what was happening with git, I notice we kept getting an error in the keychain saying it had

Re: Mac Jenkins Can't Clone/fetch from GitHub

2016-09-16 Thread Hung
Thanks, I will try to see if I can this to work a little more before trying to install older version of git. I didn't any setting for me to choose https or ssh. I just added the credentials in the SCM location when i added my repo. I chose username and password and provided both. Here is image

Mac Jenkins Can't Clone/fetch from GitHub

2016-09-16 Thread Hung
HI, I am new to setting up Jenkins. I am trying to setup a Jenkins server on a Mac Mini. I am having trouble with the Jenkins setup because I made a simple project that is to sync to a github repo and then run a script. Unfortunately I can't get this simple project to run correctly. I keep

Re: Mac Jenkins Can't Clone/fetch from GitHub

2016-09-16 Thread Hung
Hi Mark, Thank for for your reply and help. I tried the public repo and I was able to download just find. So it does look like it is the credentials. My environment block ssh incoming and out going so I can't use ssh as a way to access the private repo. I am currently using username and

Re: Mac Jenkins Can't Clone/fetch from GitHub

2016-09-19 Thread Hung
So I installed the older pluggin you link, and I am still having the same issue. The log still show askpass is being used. Here is the Centos Jenkin that is working log of the git call 11:40:14 using .gitcredentials to set credentials 11:40:14 > git config --local credential.helper store

Re: Mac Jenkins Can't Clone/fetch from GitHub

2016-09-16 Thread Hung
Yes, it is running Mac git 1.9.5, with Git LFS installed. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Mac-Jenkins-Can-t-Clone-fetch-from-GitHub-tp4842626p4842703.html Sent from the Jenkins users mailing list archive at Nabble.com. -- You received this message

Re: Mac Jenkins Can't Clone/fetch from GitHub

2016-09-16 Thread Hung
I have the first, username and password. I didn't do an id or description, is that bad? I will try to add another one to see if maybe I type something wrong. I though everything was good because when I had wrong data I get a big red warning that it couldn't authenticate. This is unfortunate

Re: Mac Jenkins Can't Clone/fetch from GitHub

2016-09-19 Thread Hung
Hi, So I install Jenkins on another mac, this one using my home network with no firewalls. I still can't get it to work. Here is my log, also using the older git plugin, here is the log, different error but still unable to process git request. using .gitcredentials to set credentials > git

Need suport about Reporter Output with TestNG

2014-01-26 Thread Nguyen Hung
Hi all, I using TestNG to report results of jobs but I met a problem about Reporter Output... It does not understand the HTML tags (ex: br ..) = does anyone have a simple method for implementing this? Note: Please see the attachment for more details. Thanks, Hung Nguyen -- You received

Re: Need suport about Reporter Output with TestNG

2014-02-05 Thread Nguyen Hung
Hi Shawn, Thanks for your supports. I updated the new version of TestNG Report plugin on Jenkins. This bug is fixed :). Thanks, Hung Nguyen On Mon, Jan 27, 2014 at 11:10 PM, Shawn McCarthy shawn.mccart...@gmail.comwrote: Have you tried just br instead of br/ ? I use br in my Reporter.log

Jenkins in container is offline

2016-09-21 Thread Hung Suen
I posted the topic to Jenkins developers. Should have posted it here. https://groups.google.com/d/topic/jenkinsci-dev/LCPjMbKCmGM/discussion -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

Re: Using CSS in html published on Jenkins build

2017-08-29 Thread Hung L.
Thanks for your reply. I have problems accessing this repository through git. When I clone it, it says I'm cloning an empty repository although I do see a readme.txt in it. Any ideas? On Tuesday, August 29, 2017 at 10:42:57 AM UTC-4, Reinhold Fuereder wrote: > > Hi Hung, > >

Using CSS in html published on Jenkins build

2017-08-29 Thread Hung L.
Hi, I have a question on using CSS styles in html file that is being published on Jenkins build. After each build, we publish a summary html file on Jenkins dashboard using the "Publish HTML Reports" plugin. Our HTML has reference to some CSS. Right now, we're using inline CSS but Jenkins

Re: [Kubernetes-Plugin] Declarative pipelines with Pod yaml, jnlp arguments issue

2018-05-01 Thread Hung Do
YAML format since you won't require any of the extended > benefits it provides). Then use the container step to execute in that > container. > > On Tuesday, May 1, 2018 at 5:53:06 AM UTC-7, Hung Do wrote: >> >> Hi everyone, >> >> I have a problem with this Jenki

Re: [Kubernetes-Plugin] Declarative pipelines with Pod yaml, jnlp arguments issue

2018-05-01 Thread Hung Do
iables > > On Tue, May 1, 2018, 20:18 Hung Do <hungd...@gmail.com > > wrote: > >> Ah I thought I could just use the JNLP from the >> openshift-slave-maven-centos7 >> <https://hub.docker.com/r/openshift/jenkins-slave-maven-centos7/>directly. >&

Re: [Kubernetes-Plugin] Declarative pipelines with Pod yaml, jnlp arguments issue

2018-05-01 Thread Hung Do
com/-MqtWaGGeeDY/WujjGpNA9GI/AsU/uPIdfmE2By4u8AjLcbale0yslzGH39QHACLcBGAs/s1600/podyaml.png> Op dinsdag 1 mei 2018 23:51:08 UTC+2 schreef Hung Do: > > I have removed the 'args' parameter from the yaml in the declarative > syntax and the container(openshift-slave-maven-centos

[Kubernetes-Plugin] Declarative pipelines with Pod yaml, jnlp arguments issue

2018-05-01 Thread Hung Do
Hi everyone, I have a problem with this Jenkinsfile, which doesn't wants to build for me #!/usr/bin/env groovy pipeline { agent { kubernetes { label 'maven2' cloud 'openshift' serviceAccount 'jenkins' yaml """ apiVersion: v1 kind: Pod spec: containers: - name:

Re: [Kubernetes-Plugin] Declarative pipelines with Pod yaml, jnlp arguments issue

2018-05-01 Thread Hung Do
I am running on Kubernetes plug 1.6.0 and Jenkins 2.89.4 btw. -- 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

Docker pipeline plugin

2018-01-02 Thread Hung Do
tage('publish docker') { docker.withRegistry('https://registry.hub.docker.com/', 'docker-hub-hung') { dockerImage.push 'test' } } } Ofcourse, I've made a username/password credentials id 'docker-hub-hung' and my private repo is hungdo93/testatot. I have u

Re: E/launcher - unknown error: cannot find Chrome binary

2018-05-04 Thread Liong Hung Wong
Hi Victor, After changing the agent's docker, it works. Thank you very much. On Friday, 4 May 2018 22:09:41 UTC+8, Victor Martinez wrote: > > It looks like you are using an agent based on the dockerhub maven 3.3.3 > docker image, if so, are you sure that particular binary exists? you can >

E/launcher - unknown error: cannot find Chrome binary

2018-05-04 Thread Liong Hung Wong
Hi, I am getting "cannot find Chrome binary" when running step of a pipeline which runs protractor e2e test. Below is the full error log. When running the same command at command prompt under the jenkins workspace folder, it works fine. I have google-chrome installed at /usr/bin/. Any idea

Re: E/launcher - unknown error: cannot find Chrome binary

2018-05-04 Thread Liong Hung Wong
PATH environment printed out as below [e2e_master-3KI5EHQHBLITI5WIC2ZWJEWJP35AENTM5ILI6HE62TNWQ7BRRVRA] Running shell script + echo /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin google-chrome is available at