You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Benoit Tellier (Jira)" <se...@james.apache.org> on 2021/05/01 16:27:00 UTC

[jira] [Commented] (JAMES-3560) Configure Jenkins to build 3.6.1-SNAPSHOT builds

    [ https://issues.apache.org/jira/browse/JAMES-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337834#comment-17337834 ] 

Benoit Tellier commented on JAMES-3560:
---------------------------------------

You are on the right track!

You simply need to edit the Jenkins file: today we publish the snapshots only for master:


{code:java}

        stage('Deploy') {
            when { branch 'master' }
            steps {
                echo 'Deploying'
                sh 'mvn -B -e deploy -Pdeploy -DskipTests -T1C'
            }
        }
{code}

So it should be reasonably easy...

> Configure Jenkins to build 3.6.1-SNAPSHOT builds
> ------------------------------------------------
>
>                 Key: JAMES-3560
>                 URL: https://issues.apache.org/jira/browse/JAMES-3560
>             Project: James Server
>          Issue Type: Bug
>            Reporter: Juhan Aasaru
>            Priority: Major
>
> I checked out [https://github.com/apache/james-project/tree/3.6.x]
> This code is refering to 3.6.1-SNAPSHOT versions that do not exist in snapshots repository. For example here:
> https://repository.apache.org/content/groups/snapshots/org/apache/james/james-server-util/
> I looked into Jenkins and discovered that the job to build this branch is there:
> [https://ci-builds.apache.org/job/james/job/ApacheJames/job/3.6.x/]
> But for some reason it doesn't publish the arfifacts.
> I would like to work on this (getting jenkins to build 3.6.1-SNAPSHOT artifacts) but I would appriciate if someone would first comment if I'm on the right track. Thanks!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org