You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "tongxiaojun (JIRA)" <ji...@apache.org> on 2016/02/05 10:58:39 UTC

[jira] [Updated] (BIGTOP-2307) bigtop-ci/jenkins/jobsCreator.groovy Load Error!

     [ https://issues.apache.org/jira/browse/BIGTOP-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

tongxiaojun updated BIGTOP-2307:
--------------------------------
    Description: 
bigtop-ci/jenkins/jobsCreator.groovy Load Error!

installed:
   * Amazon EC2 Plugin
   * Credentials Plugin
   * Disk Usage Plugin
   * DynamicAxis Plugin
   * Git Plugin
   * Gradle plugin
   * Hudson Extended Read Permission Plugin
   * Job DSL Plugin
   * Mailer
   * Matrix Authorization Strategy Plugin
   * Matrix Project Plugin
   * Matrix Reloaded Plugin
   * Parameterized Trigger Plugin
   * SSH Credentials Plugin
   * SSH Slaves plugin
   * Timestamper

what jenkins plugin need install can  run this script ?

============ the Jenkins log  message ============ 
Started by user anonymous
Building in workspace /root/.jenkins/jobs/bigtop-1.0.0/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/bigtop.git # timeout=10
Fetching upstream changes from https://github.com/apache/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision e7e32d889742015574e58115b2339f2e028667f2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e7e32d889742015574e58115b2339f2e028667f2
 > git rev-list e7e32d889742015574e58115b2339f2e028667f2 # timeout=10
Processing DSL script jobsCreator.groovy
ERROR: (jobsCreator.groovy, line 33) No signature of method: jobsCreator.job() is applicable for argument types: (jobsCreator$_run_closure1) values: [jobsCreator$_run_closure1@23cada2]
Possible solutions: job(java.lang.String), job(java.lang.String, groovy.lang.Closure), run(), run(), any(), use([Ljava.lang.Object;)
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE

http://c0.redhadoop.com:7777/

  was:
bigtop-ci/jenkins/jobsCreator.groovy Load Error!

the Jenkins log  message
Started by user anonymous
Building in workspace /root/.jenkins/jobs/bigtop-1.0.0/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/bigtop.git # timeout=10
Fetching upstream changes from https://github.com/apache/bigtop.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/bigtop.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision e7e32d889742015574e58115b2339f2e028667f2 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e7e32d889742015574e58115b2339f2e028667f2
 > git rev-list e7e32d889742015574e58115b2339f2e028667f2 # timeout=10
Processing DSL script jobsCreator.groovy
ERROR: (jobsCreator.groovy, line 33) No signature of method: jobsCreator.job() is applicable for argument types: (jobsCreator$_run_closure1) values: [jobsCreator$_run_closure1@23cada2]
Possible solutions: job(java.lang.String), job(java.lang.String, groovy.lang.Closure), run(), run(), any(), use([Ljava.lang.Object;)
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE

http://c0.redhadoop.com:7777/


> bigtop-ci/jenkins/jobsCreator.groovy Load Error!
> ------------------------------------------------
>
>                 Key: BIGTOP-2307
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2307
>             Project: Bigtop
>          Issue Type: Bug
>          Components: ci
>    Affects Versions: 1.0.0
>         Environment: Jenkins ver. 1.647
>            Reporter: tongxiaojun
>              Labels: build
>
> bigtop-ci/jenkins/jobsCreator.groovy Load Error!
> installed:
>    * Amazon EC2 Plugin
>    * Credentials Plugin
>    * Disk Usage Plugin
>    * DynamicAxis Plugin
>    * Git Plugin
>    * Gradle plugin
>    * Hudson Extended Read Permission Plugin
>    * Job DSL Plugin
>    * Mailer
>    * Matrix Authorization Strategy Plugin
>    * Matrix Project Plugin
>    * Matrix Reloaded Plugin
>    * Parameterized Trigger Plugin
>    * SSH Credentials Plugin
>    * SSH Slaves plugin
>    * Timestamper
> what jenkins plugin need install can  run this script ?
> ============ the Jenkins log  message ============ 
> Started by user anonymous
> Building in workspace /root/.jenkins/jobs/bigtop-1.0.0/workspace
>  > git rev-parse --is-inside-work-tree # timeout=10
> Fetching changes from the remote Git repository
>  > git config remote.origin.url https://github.com/apache/bigtop.git # timeout=10
> Fetching upstream changes from https://github.com/apache/bigtop.git
>  > git --version # timeout=10
>  > git fetch --tags --progress https://github.com/apache/bigtop.git +refs/heads/*:refs/remotes/origin/*
>  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
>  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
> Checking out Revision e7e32d889742015574e58115b2339f2e028667f2 (refs/remotes/origin/master)
>  > git config core.sparsecheckout # timeout=10
>  > git checkout -f e7e32d889742015574e58115b2339f2e028667f2
>  > git rev-list e7e32d889742015574e58115b2339f2e028667f2 # timeout=10
> Processing DSL script jobsCreator.groovy
> ERROR: (jobsCreator.groovy, line 33) No signature of method: jobsCreator.job() is applicable for argument types: (jobsCreator$_run_closure1) values: [jobsCreator$_run_closure1@23cada2]
> Possible solutions: job(java.lang.String), job(java.lang.String, groovy.lang.Closure), run(), run(), any(), use([Ljava.lang.Object;)
> Started calculate disk usage of build
> Finished Calculation of disk usage of build in 0 seconds
> Started calculate disk usage of workspace
> Finished Calculation of disk usage of workspace in 0 seconds
> Finished: FAILURE
> http://c0.redhadoop.com:7777/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)