jenkinsci / jenkinsci/github-issues-plugin

fails to create issue

Aperta
#17 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Java
Stelle
5
Fork
5
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

I have this simple DSL pipeline
```
pipeline {
agent any
stages {
stage('Example') {
steps {
script{
echo 'Hello World'
properties([[$class: 'GithubProjectProperty',
projectUrlStr: 'https://github.com/ramprasadgk/java-maven.git']])
}
}
}
}
post {
always {
echo 'I will always say Hello again!'

step([$class: 'GitHubIssueNotifier',
issueAppend: true, issueTitle: 'test'])
}
}
}

```
pipeline runs without any issue however no issues are created
am i missing something?

Guida per i contributori

Apri la guida per i contributori

Direzione di ricerca

Reproduce the DSL pipeline and inspect the GitHubIssueNotifier step together with the GithubProjectProperty configuration shown in the report. Determine why the pipeline completes without creating the test issue, then verify the fix by rerunning the pipeline and confirming that the issue is created.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
github, java
Ambito
ci-cd, devops
Tipo di issue
Bug
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.