jenkins2 Perform release error svn: E230001

2016-11-08 Thread Philippe Couas
Hi,

I have following error message on jenkins2 only when i made an 
perform-release, no problem on build.

l'erreur est
[code]
Command output:
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-release-plugin:2.5.2:prepare (default-cli) 
on project YYY: Unable to commit files
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
svn: E170013: Commit failed (details follow):
svn: E170013: Unable to connect to a repository at URL 
'https://zz.com:8443/svn/XXX/YYY/trunk'
svn: E230001: Server SSL certificate verification failed: certificate 
issued for a different hostname, issuer is not trusted


at 
org.apache.maven.shared.release.phase.AbstractScmCommitPhase.checkin(AbstractScmCommitPhase.java:165)
at 
org.apache.maven.shared.release.phase.AbstractScmCommitPhase.performCheckins(AbstractScmCommitPhase.java:145)
at 
org.apache.maven.shared.release.phase.ScmCommitPreparationPhase.runLogic(ScmCommitPreparationPhase.java:76)
at 
org.apache.maven.shared.release.phase.AbstractScmCommitPhase.execute(AbstractScmCommitPhase.java:78)
at 
org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:234)
at 
org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:169)
at 
org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:146)
at 
org.apache.maven.shared.release.DefaultReleaseManager.prepare(DefaultReleaseManager.java:107)
at 
org.apache.maven.plugins.release.PrepareReleaseMojo.prepareRelease(PrepareReleaseMojo.java:286)

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal org.apache.maven.plugins:maven-release-plugin:2.5.2:prepare 
(default-cli) on project YYY: Unable to commit files
Provider message:
The svn command failed.


[/code]
I have tried without succes
- 1 delete directory "Subversion/auth" p
- 2 command "svn list" without problem, but NOT perform-release jenkins2 ??
[code]
svn list https://zz.com:8443/svn/XXX/YYY/trunk
[/code]

On Jenkins2 perform command :
[code]
Release goals and options : -Dresume=false release:prepare release:perform
DryRun goals and options: -Dresume=false -DdryRun=true release:prepare
[/code]

POM
[code]
http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
4.0.0
fr.toto.receive
receiveMail
jar
receive
1.0.0-SNAPSHOT
Reception Email

   

scm:svn:https://zz.com:8443/svn/XXX/YYY/trunk

scm:svn:https://zz.com:8443/svn/XXX/YYY/trunk
  https://zz.com:8443/svn/XXX/YYY/trunk



src



${src.dir}



org.apache.maven.plugins
maven-compiler-plugin
3.6.0

1.7
1.7



org.apache.maven.plugins
maven-jar-plugin
3.0.2

ReceiveMail   







  maven-release-plugin
2.5.2
   
  
org.sonarsource.scanner.maven
sonar-maven-plugin
3.1.1
  

  



org.apache.maven.plugins
maven-clean-plugin
3.0.0


javax.activation
activation
1.1.1
jar 
provided


commons-codec
commons-codec
1.8
jar 
provided


   dnsjava
dnsjava
   2.1.1
   jar 
provided


   net.sourceforge.htmlcleaner
htmlcleaner
2.10
jar 
provided


javax.mail
mail
1.4



com.oracle
ojdbc5
11.2.0.2.0
jar 
provided



[/code]

Computer with Jenkins2 is Windows2012 with tortoise SVN 1.9.3 ?S
My remote user on VisualSVN server, could read and write
Why build is Ok ?
Where is my mistake ?

Regards

Phil

-- 
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/d308b866-9899-46e2-9f16-0ac4ce28b933%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


batch task and maven_release-plugin

2016-08-26 Thread Philippe Couas
Hi,

Could i use Maven Release plugin then in Post build task launching an batch
task to copy released war in an special directory ?

Regards
Phil

-- 
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/CA%2BkJPKbjz27%2BuzaCWHP%2BhPaOF94y5y73i1iVV%2BSOtRxH1N8piw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


sonarQube, best way with jenkins2

2016-08-22 Thread Philippe Couas
Hi

What is best way to configure Jenkins 2.7.2 with SonarQube 5.6.1 ?
Sonar Runner seeems not recommended ?

Regards

-- 
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/351e36a6-e681-4437-b14d-33e5f7b1616e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Launch SonarScanner from Jenkins without sonar-project.properties only MAVEN

2016-08-19 Thread Philippe Couas
Hi,

Ii want launching Sonar Scanner from Jenkins 2.7.2 on an Maven3 Multi 
modules project
Could i avoid creating  sonar-project.properties file and just declaring 
properties in Maven ?

Regards
Phil


-- 
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/8473eb7c-f984-4e09-968e-838e55eca704%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: WARN: sonar-runner.bat script is deprecated. Please use sonar-scanner.bat instead.

2016-08-18 Thread Philippe Couas
Hi

I have tried to add login to sonar user without succes 
-Dsonar.login=postgre login -Dsonar.password=postgres password
I have tried too to add SonarQube admin user with same parameters without 
succes

Regards

Le jeudi 18 août 2016 17:28:21 UTC+2, Philippe Couas a écrit :
>
>
>
> Le jeudi 18 août 2016 17:26:08 UTC+2, Philippe Couas a écrit :
>>
>> Hi,
>>
>> I launch sonar scaner from Jenkins 2.7.2 and i have following message 
>> "WARN: sonar-runner.bat script is deprecated. Please use 
>> sonar-scanner.bat instead.'
>>
>
> When i add -X option, i have following error message
>
> Caused by: Not authorized. Please check the properties sonar.login and 
> sonar.password.
> Build step 'Lancer une analyse avec SonarQube Scanner' marked build as failure
> Injection des variables d'environnement SonarQube en utilisant la 
> configuration: sonarqube
>
>  
>
>>
>> Regards
>>
>

-- 
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/e534a31a-5220-4d8b-b2ca-d78bc706a358%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: WARN: sonar-runner.bat script is deprecated. Please use sonar-scanner.bat instead.

2016-08-18 Thread Philippe Couas


Le jeudi 18 août 2016 17:26:08 UTC+2, Philippe Couas a écrit :
>
> Hi,
>
> I launch sonar scaner from Jenkins 2.7.2 and i have following message 
> "WARN: sonar-runner.bat script is deprecated. Please use sonar-scanner.bat 
> instead.'
>

When i add -X option, i have following error message

Caused by: Not authorized. Please check the properties sonar.login and 
sonar.password.
Build step 'Lancer une analyse avec SonarQube Scanner' marked build as failure
Injection des variables d'environnement SonarQube en utilisant la 
configuration: sonarqube

 

>
> Regards
>

-- 
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/8edff055-76fd-47c4-92ec-7f5866f5940e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


WARN: sonar-runner.bat script is deprecated. Please use sonar-scanner.bat instead.

2016-08-18 Thread Philippe Couas
Hi,

I launch sonar scaner from Jenkins 2.7.2 and i have following message 
"WARN: sonar-runner.bat script is deprecated. Please use sonar-scanner.bat 
instead.'

Regards

-- 
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/784b647f-17ab-40d8-ac3d-307b8607887a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


jenkins 2.7.2 sonarQube SonarQubeScanner not found

2016-08-11 Thread Philippe Couas
Hi,

I want install SonarQube with Jenkins2, but install screen not 
corresponding ?
http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Jenkins#AnalyzingwithSonarQubeScannerforJenkins-AddingSonarQubeServer

I don't found  SonarQubeScanner plugin in Jenkins2 ?

What is new method on Jenkins2 ?

Regards
Phil

-- 
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/b9e9d748-4419-4f6c-b601-71a63d2c1d84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins2 Planning not available

2016-08-04 Thread Philippe Couas
Hi,

I search how launching my Build every Hours in my Jenkins 2.7.1, but when i 
go to Planning there is no option, i could not enter in this option ?
Why ? Which plugin is necessary ?

Regards
Phil

-- 
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/10cb08ef-dc32-4b45-8a0d-ad8d6c021f50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.