[JIRA] (JENKINS-38890) Pipeline not working for the sample job

2016-10-11 Thread m...@medvecky.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Medvecky created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38890  
 
 
  Pipeline not working for the sample job   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Carlos Sanchez  
 
 
Components: 
 kubernetes-plugin  
 
 
Created: 
 2016/Oct/11 10:41 AM  
 
 
Environment: 
 Jenkins 2.7.3  Kubernetes plugin 0.8  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Michal Medvecky  
 

  
 
 
 
 

 
 I have a simple pipeline job defined just by copy-pasting the sample from https://github.com/jenkinsci/kubernetes-plugin#pipeline-support When starting the job, Jenkins complains: [Pipeline] End of Pipeline java.lang.NoSuchMethodError: No such DSL method 'containerTemplate' found among steps [archive, bat, build, catchError, checkout, deleteDir, dir, dockerFingerprintFrom, dockerFingerprintRun, echo, error, fileExists, git, gitlabBuilds, gitlabCommitStatus, httpRequest, input, isUnix, libraryResource, load, mail, milestone, node, parallel, properties, pwd, readFile, readTrusted, retry, sh, slackSend, sleep, stage, stash, step, svn, timeout, tool, unarchive, unstash, updateGitlabCommitStatus, waitUntil, withCredentials, withDockerContainer, withDockerRegistry, withDockerServer, withEnv, wrap, writeFile, ws] or symbols [all, always, apiToken, architecture, archiveArtifacts, artifactManager, batchFile, booleanParam, buildButton, buildDiscarder, caseInsensitive, caseSensitive, choice, choiceParam, clock, cloud, command, cron, crumb, defaultView, demand, disableConcurrentBuilds, downloadSettings, downstream, dumb, envVars, file, fileParam, filePath, fingerprint, frameOptions, freeStyle, freeStyleJob, git, hyperlink, hyperlinkToModels, installSource, jdk, jdkInstaller, jgit, jnlp, jobName, junit, lastDuration, lastFailure, lastGrantedAuthorities, lastStable, lastSuccess, legacy, list, local, location, logRotator, loggedInUsersCanDoAnything, masterBuild, maven, 

[JIRA] (JENKINS-38127) Git plugin does not build arbitrary tags in history

2016-09-12 Thread m...@medvecky.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Medvecky commented on  JENKINS-38127  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Git plugin does not build arbitrary tags in history   
 

  
 
 
 
 

 
 I pushed those tags: v12360 v12361 v12362 v12363 v12364 v12365 v12366 v12367 v12371 v12372 v12373 v12374 v12375 v12376 v12377 v12378 v12379 v12381 v12382 v12383 v12384 v12385 v12386 v12387 v12388 v12389 And those were built: v12365 v12366 v12376 v12381 v12389 All tags are annotated and pointing to the same commit. Situation is the same even when there are commits between tags, e.g. git commit ... git tag -a tag1 git tag -a tag2 git tag -a tag3 .. modify repo git commit ... git tag -a tag4 git tag -a tag5 ...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38127) Git plugin does not build tags

2016-09-12 Thread m...@medvecky.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Medvecky created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38127  
 
 
  Git plugin does not build tags   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Attachments: 
 Screen Shot 2016-09-12 at 11.00.25.png  
 
 
Components: 
 git-plugin  
 
 
Created: 
 2016/Sep/12 9:05 AM  
 
 
Environment: 
 Jenkins 2.7.4 default install  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Michal Medvecky  
 

  
 
 
 
 

 
 I have a job that triggers the build whenever a tag is pushed ("Build when a change is pushed to GitHub") GitHub webhook is working well, but only some random tags are built. With those other tags Github webhook log just contains "No changes" after the list of branches Polling for changes in Seen branch in repository origin/master Seen branch in repository origin/tags/v1234 Seen branch in repository origin/tags/v12345 Seen branch in repository origin/tags/v12346 Seen branch in repository origin/tags/v12347 Seen branch in repository origin/tags/v12348 Seen branch in repository origin/tags/v12349 Seen branch in repository origin/tags/v12350 Seen branch in repository origin/tags/v12351 Seen branch in repository origin/tags/v12352 Seen branch in repository origin/tags/v12353 Seen branch in repository origin/tags/v12354 Seen branch in repository origin/tags/v12355 Seen branch in repository origin/tags/v12356 Seen branch in repository origin/tags/v12357 Seen branch in repository origin/tags/v12358 Seen branch in repository origin/tags/v12359 Seen branch in repository origin/tags/v12360 Seen 18 remote branches Done. Took 0.56 sec No changes  
 

   

[JIRA] (JENKINS-35132) Pipeline: GitHub webhook received but nothing happens

2016-09-07 Thread m...@medvecky.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michal Medvecky commented on  JENKINS-35132  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline: GitHub webhook received but nothing happens   
 

  
 
 
 
 

 
 +1, Jenkins 2.21, GH org plugin 1.4 very unhappy about this  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.