Git Parameter Plug-in does not list Git commit Ids

2017-04-20 Thread Sukumar Reddy
Hello All,

we are using jenkins 2.7.22.0.3 (cloudbees version)
Configured build parameterized job and i am able to view the git commit ids 
in git parameter box

Attached images for better understanding. Please suggest me if any one has 
come across similar issue

-- 
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/b20eef6a-fc35-4a74-b966-c33cd3d789f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


upgrade from 1.625.18.3 à 1.651.x.x first à 2.32.2.6

2017-03-09 Thread Sukumar Reddy


When we upgrade from 1.625.18.3 à 1.651.x.x first à 2.32.2.6 will there be 
any impact or affect to existing folder, pipeline, free-style and maven 
style jobs 

-- 
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/42148a3a-c544-4b58-9f64-48dc437b0de3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Not able to generate coverage report from jenkins

2017-02-08 Thread Sukumar Reddy
Hello All I am using
 
1. Jenkins 
   Jenkins ver. 1.625.18.3 (CloudBees Jenkins Enterprise 15.11)
2. scoverage plugin: 
   SbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
3. sbt version
sbt-0.13.9
4. sbt settings:
 [process_args] java_version = '1.8.0_111'
 # Executing command line:
  java
 -Xms4096m 
 -Xmx4096m
 -XX:ReservedCodeCacheSize=512m
 -XX:MaxMetaspaceSize=1024m
 -jar

when i issue sbt coverage test coverageReport from jenkins
I am getting the below issue
[info] [info] Beginning coverage instrumentation
[info] [warn] Could not instrument [EmptyTree$/null]. No pos.
[info] [warn] Could not instrument [EmptyTree$/null]. No pos.
[info] [warn] Could not instrument [EmptyTree$/null]. No pos.
[info] [warn] Could not instrument [EmptyTree$/null]. No pos.

And the same if i try to do command line (linux) i am getting coverage

Could any one help me here. Thanks in advance

-- 
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/0a6b8b12-2865-4ed5-9cfc-19721f517024%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.