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