diff --git a/Jenkinsfile b/Jenkinsfile index abfe9c0..2c5cc16 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,6 +51,9 @@ run: { echo "This is my first task" lazyGitLog('27e440f290d8bf95a3908cad03a5588fc2f2fe73') + lazyGitPass('bot-ci-dgm', { + lazyGitTag('test-0.0.1') + }) echo "Creating repo with packages" if (env.DRYRUN == 'true') { echo "DRYRUN is true = ${env.DRYRUN}" } if (env.DRYRUN == 'false') { echo "DRYRUN is false = ${env.DRYRUN}" }